[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 6 / 5 / GTLCommonIOS / 0.0.1 / GTLCommonIOS.podspec.json
blob76529487aadcf0d19e9f41aadb4f7d29da7d8cb1
2   "name": "GTLCommonIOS",
3   "version": "0.0.1",
4   "summary": "Google Cloud Platform API for objective C client.",
5   "homepage": "https://github.com/egggit/GTLCommonIOS",
6   "authors": {
7     "egggit": "egg.github@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/egggit/GTLCommonIOS.git",
11     "tag": "0.0.1"
12   },
13   "license": {
14     "type": "MIT"
15   },
16   "requires_arc": false,
17   "platforms": {
18     "ios": "5.0"
19   },
20   "frameworks": "Foundation",
21   "default_subspecs": "Common",
22   "subspecs": [
23     {
24       "name": "Common",
25       "dependencies": {
26         "GTLCommonIOS/OAuth2": [
28         ],
29         "GTLCommonIOS/Objects": [
31         ]
32       }
33     },
34     {
35       "name": "CommonDefine",
36       "source_files": "Classes/*.{h,m}"
37     },
38     {
39       "name": "HTTPFetcher",
40       "source_files": "Classes/HTTPFetcher/*.{h,m}",
41       "dependencies": {
42         "GTLCommonIOS/CommonDefine": [
44         ]
45       }
46     },
47     {
48       "name": "OAuth2",
49       "source_files": [
50         "Classes/OAuth2/*.{h,m}",
51         "Classes/OAuth2/Touch/*.{h,m}"
52       ],
53       "dependencies": {
54         "GTLCommonIOS/HTTPFetcher": [
56         ]
57       }
58     },
59     {
60       "name": "Objects",
61       "source_files": "Classes/Objects/*.{h,m}",
62       "dependencies": {
63         "GTLCommonIOS/HTTPFetcher": [
65         ],
66         "GTLCommonIOS/Utilities": [
68         ]
69       }
70     },
71     {
72       "name": "Utilities",
73       "source_files": "Classes/Utilities/*.{h,m}",
74       "dependencies": {
75         "GTLCommonIOS/CommonDefine": [
77         ]
78       }
79     }
80   ]