Integration of Antsomi iOS SDK
CocoaPods
Antsomi supports Cocoapods
Here's how to install Antsomi using CocoaPods:
Create a Podfile if you don't already have one. From the root of your project directory, run the following command:
pod init
To your Podfile, add the Antsomi pod that you want to use in your app.
For Integration AntsomiFramework:
target 'YourAppTarget' do
pod 'AntsomiFramework', '1.1.59'
end
Install the pods, then open your .xcworkspace file to see the project in Xcode:
$ pod install --repo-update
Last updated