blob: bbfb9642ddc41c960ff7ba66eb432d678afd4548 [file] [log] [blame]
{
"name": "AeroGearOAuth2",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AeroGearOAuth2/*.{swift}",
"requires_arc": true,
"frameworks": "Security",
"dependencies": {
"AeroGearHttp": [
"1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}