Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 234 Bytes

File metadata and controls

13 lines (9 loc) · 234 Bytes

Use other version of Skygear SDK with git

Change pod file SKYKit from

  pod 'SKYKit'
    pod 'SKYKit', :git => 'https://github.com/SkygearIO/skygear-SDK-iOS.git', :branch => 'master'

and run pod install again