Skip to content

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

License

Notifications You must be signed in to change notification settings

victor/ua-ios-pod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.7%
  • Other 0.3%