Integration of Antsomi iOS SDK

CocoaPods

Antsomi supports Cocoapods

Here's how to install Antsomi using CocoaPods:

  1. Create a Podfile if you don't already have one. From the root of your project directory, run the following command:

pod init
  1. To your Podfile, add the Antsomi pod that you want to use in your app.

For Integration AntsomiFramework:

target 'YourAppTarget' do
  pod 'AntsomiFramework'
end
  1. Install the pods, then open your .xcworkspace file to see the project in Xcode:

$ pod install --repo-update

Last updated