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