Skip to content

Swift SDK for interacting with the put.io API.

License

Notifications You must be signed in to change notification settings

putdotio/putio-swift

Repository files navigation

putio-swift

Swift SDK for interacting with the put.io API.

Cocoapods GitHub

Installation

PutioAPI is available through CocoaPods. To install, simply add the following line to your Podfile:

pod 'PutioAPI'

Usage

Contribution

Clone the repo.

git clone git@github.com:putdotio/putio-swift.git
cd ./putio-swift

Install the package managers, it's suggested to use rbenv and bundler for convenience.

gem install bundler # if you don't have bundler
bundle install

Install the dependencies then open the workspace.

cd ./Example
bundle exec pod install
open ./PutioAPI.xcworkspace