blob: 30edef4e295d6dc57f04c97a4f2f3c6598f02576 [file] [log] [blame]
{
"name": "AGSCore",
"version": "0.4.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/aerogear/aerogear-ios-sdk.git",
"tag": "0.4.0"
},
"source_files": "modules/core/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"XCGLogger": [
"~> 6.0"
]
},
"requires_arc": true
}