| { |
| "name": "TrinMain", |
| "version": "0.1.0", |
| "summary": "A short description of TrinMain.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://hummingwave.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Trinetra K S": "trinetra.ks@hummingwave.com" |
| }, |
| "source": { |
| "http": "https://s3.amazonaws.com/sk-ios-frameworks/TrinMain.zip" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_version": "4.2", |
| "ios": { |
| "vendored_frameworks": "TrinMain.framework" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "ios": { |
| "vendored_frameworks": "TrinMainCore.framework" |
| }, |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.7" |
| ], |
| "Bolts": [ |
| "~> 1.9.0" |
| ], |
| "LogEntries": [ |
| |
| ], |
| "AlamofireNetworkActivityIndicator": [ |
| "~> 2.2" |
| ], |
| "SwiftyJSON": [ |
| "~> 4.0" |
| ] |
| }, |
| "resource_bundles": { |
| "TrinMainCore": [ |
| "TrinMainCore.bundle" |
| ] |
| } |
| } |
| ] |
| } |