Setup SDK using CocoaPods - united-adstir/AdStir-Integration-Guide-iOS GitHub Wiki
Modify Podfile
Prepare Podfile (If needed)
If you don't have Podfile in your project, then generate the file. Open Terminal.app and change to project root directry, then type following.
$ pod init
Add Configuration
Open Podfile with any editor and add AdStir SDK configuration.
platform :ios, "6.0"
pod 'AdStir-Ads-SDK'
Import SDKs
Install AdStir Ads
$ pod install
Update AdStir Ads
$ pod update
Start Developing
Open PROJECTNAME.xcworkspace
to start developing!!