[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 3 / GTMOAuth / 0.1.0 / GTMOAuth.podspec.json
blob1f4465154eef68eae8b7f0a32100fa6433edc40a
2   "name": "GTMOAuth",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "OAuth engine for iOS.",
6   "homepage": "https://github.com/sdkdimon/gtm-oauth",
7   "authors": {
8     "daemmon": "sdkdimon@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sdkdimon/gtm-oauth.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": [
19     "OAuth_v1.0/*.h",
20     "OAuth_v2.0/*.h"
21   ],
22   "source_files": [
23     "GTMHTTPFetcher/*.{h,m}",
24     "OAuth_v1.0/*.{h,m}",
25     "OAuth_v2.0/*.{h,m}"
26   ],
27   "private_header_files": "GTMHTTPFetcher/*.h",
28   "ios": {
29     "frameworks": [
30       "Security",
31       "SystemConfiguration"
32     ]
33   }