| { |
| "name": "ConnectSwift", |
| "version": "0.0.10", |
| "summary": "A declarative swift query language for Connect.", |
| "description": "Connect-Swift is a declarative query language for Connect.", |
| "homepage": "https://getconnect.io", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chadedrupt": "chad@getconnect.io" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/getconnect/connect-swift.git", |
| "tag": "0.0.10" |
| }, |
| "source_files": "Pod/Classes/**/*", |
| "requires_arc": true, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.1" |
| ], |
| "SwiftyJSON": [ |
| "~> 2.3" |
| ] |
| } |
| } |