blob: d719e9554c7da5a777189cb73f0ea0dfcf281a1f [file] [log] [blame]
{
"name": "AGSAuth",
"version": "0.1.0",
"summary": "AeroGear Auth Service",
"description": "AeroGear Auth SDK for iOS",
"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.1.0"
},
"source_files": "modules/auth/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
"0.1.0"
],
"AppAuth": [
"~> 0.92"
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
]
},
"requires_arc": true
}