victor / ua-ios-pod

a project for staging, testing and managing Urban Airship's cocoapod situation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ua-ios-pod =======

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.

How to use PodSample:

  • Navigate to PodSample's podfile and run 'pod install'
  • Open the PodSample.workspace that is created during install once the installation is complete

Editing the Podfile:

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

Sample podfile contents:

source 'https://github.com/CocoaPods/Specs.git'
pod 'UrbanAirship-iOS-SDK/All'

About

a project for staging, testing and managing Urban Airship's cocoapod situation

License:Other


Languages

Language:Objective-C 99.8%Language:Shell 0.2%Language:C 0.1%Language:Ruby 0.0%