| { |
| "name": "CFoundry", |
| "version": "0.0.1", |
| "license": { |
| "type": "Apache License, Version 2.0" |
| }, |
| "homepage": "https://github.com/osis/cf-swift-client.git", |
| "authors": { |
| "Dwayne Forde": "dwayne.forde@gmail.com" |
| }, |
| "summary": "A Cloud Foundry SDK for Cocoa Applications", |
| "swift_version": "3.3", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/osis/cf-swift-client.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "CFoundry/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7.2" |
| ], |
| "SwiftyJSON": [ |
| "~> 3.1.4" |
| ], |
| "SwiftWebSocket": [ |
| "~> 2.7.0" |
| ], |
| "ProtocolBuffers-Swift": [ |
| "3.0.22" |
| ], |
| "Locksmith": [ |
| "~> 3.0.0" |
| ], |
| "AlamofireObjectMapper": [ |
| "~> 5.0.0" |
| ] |
| }, |
| "testspecs": [ |
| { |
| "name": "Tests", |
| "test_type": "unit", |
| "source_files": "CFoundryTests/**/*.swift", |
| "dependencies": { |
| "OHHTTPStubs": [ |
| "~> 6.1.0" |
| ] |
| } |
| } |
| ] |
| } |