| { |
| "name": "SwiftShip", |
| "version": "0.1.0", |
| "summary": "A toolbelt for interacting with shipping APIs.", |
| "description": "Make interacting with shipping APIs (USPS, UPS, FedEx) easier by provding simple methods\nfor calculating shipping rates.", |
| "homepage": "https://github.com/aarons22/SwiftShip", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Aaron Sapp": "repo@aaron-sapp.space" |
| }, |
| "source": { |
| "git": "https://github.com/aarons22/SwiftShip.git", |
| "tag": "v0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/aaronsapp", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "SwiftShip/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0\n" |
| } |