putdotio / putio-swift

Swift SDK for interacting with the put.io API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Swift SDK for interacting with the put.io API.

License:MIT License


Languages

Language:Swift 97.5%Language:Ruby 2.5%