[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / GTMOAuth / 0.1.1 / GTMOAuth.podspec.json
blob5b79b06da9450d0f31e6fb554a23170bb1c4b923
2   "name": "GTMOAuth",
3   "version": "0.1.1",
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.1"
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     "TouchBase/*.{h,m}",
24     "GTMHTTPFetcher/*.{h,m}",
25     "OAuth_v1.0/**/*.{h,m}",
26     "OAuth_v2.0/**/*.{h,m}"
27   ],
28   "private_header_files": "GTMHTTPFetcher/*.h",
29   "ios": {
30     "frameworks": [
31       "Security",
32       "SystemConfiguration"
33     ]
34   }