| { |
| "name": "BothamNetworking", |
| "version": "1.1.0", |
| "license": "Apache V2", |
| "summary": "Networking Framework written in Swift", |
| "homepage": "https://github.com/Karumi/BothamNetworking", |
| "social_media_url": "http://twitter.com/goKarumi", |
| "authors": { |
| "Karumi": "hello@karumi.com" |
| }, |
| "source": { |
| "git": "https://github.com/Karumi/BothamNetworking.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "source_files": "BothamNetworking/*.swift", |
| "requires_arc": true, |
| "dependencies": { |
| "Result": [ |
| |
| ], |
| "SwiftyJSON": [ |
| |
| ] |
| } |
| } |