System requirement
Xcode 11 or above with minimum support iOS 11.0 or above
How to Get started
- Run pod init in your project root directory
- Open Podfile
- Add following two sources under
#platform :ios, '11.0'
source 'git@github.com:IndoorAtlas/CocoaPods-Specs.git' source 'https://github.com/CocoaPods/Specs.git'
- Add pod 'GroundSageSDK', '1.0.1'to your target, Please check the latest version from here
- Run pod install and a workspace file will be generated.
- Open <projectName>.xcworkspace
- Build and run?
Import GroundSage SDK
Swift
import GroundSageSDK
Objective-c
@import GroundSageSDK