| { |
| "name": "MeshbluHttp", |
| "version": "1.0.0", |
| "summary": "Swift Meshblu HTTP Client Library", |
| "description": "Swift Meshblu HTTP Client Library, currently iOS only", |
| "homepage": "https://github.com/octoblu/swift-meshblu-http", |
| "license": "MIT", |
| "authors": { |
| "Octoblu": "cocoapods@octoblu.com" |
| }, |
| "source": { |
| "git": "https://github.com/octoblu/swift-meshblu-http.git", |
| "tag": "1.0.0" |
| }, |
| "social_media_url": "https://twitter.com/octoblu", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MeshbluHttp/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.4" |
| ], |
| "SwiftyJSON": [ |
| "~> 2.3" |
| ], |
| "Result": [ |
| "~> 2.1" |
| ] |
| } |
| } |