ua-ios-pod does the following things:
- Provides a staging area for the UrbanAirship-iOS-SDK podspec (which lives in the Cocoapods Specs repo).
- Provides a pod sample app PodSample with accompanying podfile.
- Navigate to PodSample's podfile and run 'pod install'
- Open the PodSample.workspace that is created during install once the installation is complete
The podfile can be edited to include any of the following subspec options:
- Core: Installs the UA static library, headers and required resources
- PushUI: Installs Core and Push UI components
- RichPushUI: Installs Core and Rich Push UI components
- All: Installs Core, Push UI components and Rich Push UI components
source 'https://github.com/CocoaPods/Specs.git'
pod 'UrbanAirship-iOS-SDK/All'