| { |
| "name": "Hasura", |
| "version": "0.0.2", |
| "summary": "The iOS SDK for Hasura written in Swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jaison Titus": "jaison@hasura.io" |
| }, |
| "source": { |
| "git": "https://github.com/hasura/iOS-sdk.git", |
| "tag": "v0.0.2" |
| }, |
| "requires_arc": true, |
| "homepage": "https://github.com/hasura/iOS-sdk", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3" |
| }, |
| "source_files": "Source/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.1" |
| ], |
| "ObjectMapper": [ |
| "~> 2.2.7" |
| ], |
| "AlamofireObjectMapper": [ |
| "~> 4.1.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |