blob: d1469588fabe4b32443d7aa27e39704574fed81f [file] [log] [blame]
{
"name": "AppAuth-logout",
"version": "1.0.3",
"summary": "AppAuth for iOS with logout support.",
"homepage": "https://github.com/yurikoles/AppAuth-logout",
"license": "Apache License, Version 2.0",
"authors": {
"Yurii Kolesnykov": "root@yurikoles.com",
"William Denniss": "wdenniss@google.com",
"Steven E Wright": "stevewright@google.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/yurikoles/AppAuth-logout.git",
"tag": "1.0.3"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Source/*.{h,m}",
"exclude_files": "Source/AppAuth.h"
},
{
"name": "external_user_agent",
"source_files": "Source/*.{h,m}",
"ios": {
"source_files": "Source/iOS/**/*.{h,m}",
"frameworks": "SafariServices",
"weak_frameworks": "AuthenticationServices"
},
"platforms": {
"ios": "7.0"
}
}
]
}