PutioAPI
Swift wrapper for Put.io API v2. Used in official Put.io iOS app.
Installation
PutioAPI is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PutioAPI'
Development
Environment Setup
git clone git@github.com:putdotio/putio.swift.git
cd ./putio.swift
./scripts/setup.sh
open ./Example/PutioAPI.xcworkspace
Bumping the Version
bundle exec pod-bump <patch|minor|major> --no-push