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