| { |
| "name": "TestCorePublish", |
| "version": "0.1.0", |
| "summary": "AeroGear Services Core SDK for iOS.", |
| "description": "The AeroGear Core SDK for iOS provides a library to interact OpenShift based mobile services.", |
| "homepage": "http://aerogear.org", |
| "license": "Apache License, Version 2.0", |
| "authors": "AeroGear", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/wtrocki/aerogear-ios-sdk.git", |
| "branch": "0.1.0" |
| }, |
| "source_files": "modules/core/**/*.swift", |
| "frameworks": [ |
| "UIKit", |
| "Foundation", |
| "SystemConfiguration" |
| ], |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.0" |
| ], |
| "XCGLogger": [ |
| "~> 6.0" |
| ] |
| }, |
| "requires_arc": true |
| } |