iOS-SDK
Installation
Create Podfile and add pod 'UserSDK':
platform :ios, '11.0'
use_frameworks!
target 'YourApp' do
pod 'UserSDK'
end
Install pods:
$ pod install
Import the module:
import UserSDK
License
MIT
CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.
Create Podfile and add pod 'UserSDK':
platform :ios, '11.0'
use_frameworks!
target 'YourApp' do
pod 'UserSDK'
end
Install pods:
$ pod install
Import the module:
import UserSDK
MIT