[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / b / AppAuth-logout / 1.0.4 / AppAuth-logout.podspec.json
blobb5938640e6cd96081bf654a1f117aeae2380f4b8
2   "name": "AppAuth-logout",
3   "version": "1.0.4",
4   "summary": "AppAuth for iOS with logout support.",
5   "homepage": "https://github.com/yurikoles/AppAuth-logout",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Yurii Kolesnykov": "root@yurikoles.com",
9     "William Denniss": "wdenniss@google.com",
10     "Steven E Wright": "stevewright@google.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/yurikoles/AppAuth-logout.git",
17     "tag": "1.0.4"
18   },
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/*.{h,m}",
24       "exclude_files": "Source/AppAuth.h"
25     },
26     {
27       "name": "external_user_agent",
28       "source_files": "Source/*.{h,m}",
29       "ios": {
30         "source_files": "Source/iOS/**/*.{h,m}",
31         "frameworks": "SafariServices",
32         "weak_frameworks": "AuthenticationServices"
33       },
34       "platforms": {
35         "ios": "7.0"
36       }
37     }
38   ]