[![CI Status](http://img.shields.io/travis/Kyle Oba/SwiftPhoenixClient.svg?style=flat)](https://travis-ci.org/Kyle Oba/SwiftPhoenixClient)
Create a Podfile
in a new Xcode project (MyProject), containing:
platform :ios, '9.0'
use_frameworks!
pod 'SwiftPhoenixClient', :path => '~/your/local/path/to/SwiftPhoenixClient'
Then run the CocoaPod install inside your new Xcode project:
$ cd MyProject
$ pod install
Alternatively, for the impatient, you can run the example project in the SwiftPhoenixClient repo. You don't need your own project to see this working.
To run the example project, clone the repo, and run pod install
from the Example directory first.
SwiftPhoenixClient is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SwiftPhoenixClient"
David Stump, [email protected]
SwiftPhoenixClient is available under the MIT license. See the LICENSE file for more info.