[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 3 / GTMOAuth / 0.1.2 / GTMOAuth.podspec.json
blobcd511fdd3176173913c36e61cf6a262010f3f0cc
2   "name": "GTMOAuth",
3   "version": "0.1.2",
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.2"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": false,
18   "public_header_files": [
19     "TouchBase/*.h",
20     "OAuth_v1.0/**/*.h",
21     "OAuth_v2.0/**/*.h"
22   ],
23   "source_files": [
24     "TouchBase/*.{h,m}",
25     "GTMHTTPFetcher/*.{h,m}",
26     "OAuth_v1.0/**/*.{h,m}",
27     "OAuth_v2.0/**/*.{h,m}"
28   ],
29   "private_header_files": "GTMHTTPFetcher/*.h",
30   "ios": {
31     "frameworks": [
32       "Security",
33       "SystemConfiguration"
34     ]
35   }