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