blob: a0cb0291f0fc121b37a7eb523eb90a3e873ef582 [file] [log] [blame]
{
"name": "AGSAuth",
"version": "1.0.0-alpha.2",
"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": "1.0.0-alpha.2"
},
"source_files": "modules/auth/**/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"dependencies": {
"AGSCore": [
"1.0.0-alpha.2"
],
"AppAuth": [
"~> 0.92"
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
],
"KTVJSONWebToken": [
"2.0.0"
]
},
"requires_arc": true
}