blob: ff074629b8032203e8ab53fab9f9b449a4243339 [file] [log] [blame]
{
"name": "AeroGearOAuth2",
"version": "2.0.0",
"summary": "OAuth2 client library based on aerogear-ios-http",
"homepage": "https://github.com/aerogear/aerogear-ios-oauth2",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"source": {
"git": "https://github.com/aerogear/aerogear-ios-oauth2.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AeroGearOAuth2/*.{swift}",
"requires_arc": true,
"frameworks": "Security",
"dependencies": {
"AeroGearHttp": [
"2.0.0"
]
},
"pushed_with_swift_version": "4.0"
}