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