[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.3.2 / PivotalCoreKit.podspec.json
blob66122b8d2254c5b5e6451867816776f3ca900c7c
2   "name": "PivotalCoreKit",
3   "version": "0.3.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.markdown"
7   },
8   "summary": "Shared library and test code for iOS projects.",
9   "homepage": "https://github.com/pivotal/PivotalCoreKit",
10   "authors": {
11     "Pivotal Labs": "http://pivotallabs.com"
12   },
13   "source": {
14     "git": "https://github.com/pivotal/PivotalCoreKit.git",
15     "tag": "v0.3.2"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": false,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "PivotalCoreKit/UIKit/Core": [
29         ],
30         "PivotalCoreKit/Foundation/Core": [
32         ]
33       }
34     },
35     {
36       "name": "Development",
37       "dependencies": {
38         "PivotalCoreKit/Core": [
40         ],
41         "PivotalCoreKit/Foundation/SpecHelper": [
43         ],
44         "PivotalCoreKit/UIKit/SpecHelper": [
46         ],
47         "PivotalCoreKit/CoreLocation/SpecHelper": [
49         ]
50       }
51     },
52     {
53       "name": "UIKit",
54       "subspecs": [
55         {
56           "name": "Core",
57           "source_files": "UIKit/Core/**/*.{h,m}",
58           "exclude_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}",
59           "subspecs": [
60             {
61               "name": "Core-arc",
62               "requires_arc": true,
63               "source_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}"
64             }
65           ]
66         },
67         {
68           "name": "SpecHelper",
69           "subspecs": [
70             {
71               "name": "Extensions",
72               "source_files": [
73                 "UIKit/SpecHelper/Extensions/**/*.{h,m}",
74                 "UIKit/SpecHelper/UIKit+PivotalSpecHelper.h"
75               ],
76               "tvos": {
77                 "exclude_files": "**/iOS/**"
78               },
79               "dependencies": {
80                 "PivotalCoreKit/UIKit/SpecHelper/Support": [
82                 ]
83               }
84             },
85             {
86               "name": "Stubs",
87               "requires_arc": true,
88               "source_files": [
89                 "UIKit/SpecHelper/Stubs/**/*.{h,m}",
90                 "UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h"
91               ],
92               "dependencies": {
93                 "PivotalCoreKit/UIKit/SpecHelper/Support": [
95                 ]
96               },
97               "exclude_files": [
98                 "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
99               ],
100               "tvos": {
101                 "exclude_files": "**/iOS/**"
102               },
103               "subspecs": [
104                 {
105                   "name": "Stubs-noarc",
106                   "requires_arc": false,
107                   "source_files": [
108                     "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
109                   ]
110                 }
111               ]
112             },
113             {
114               "name": "Support",
115               "source_files": [
116                 "UIKit/SpecHelper/Support/*.{h,m}"
117               ]
118             }
119           ]
120         }
121       ]
122     },
123     {
124       "name": "Foundation",
125       "platforms": {
126         "ios": "6.0",
127         "osx": "10.6",
128         "watchos": "2.0",
129         "tvos": "9.0"
130       },
131       "subspecs": [
132         {
133           "name": "Core",
134           "source_files": "Foundation/Core/**/*.{h,m}",
135           "watchos": {
136             "exclude_files": "**/Interfaces/**"
137           },
138           "libraries": "xml2",
139           "xcconfig": {
140             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
141           }
142         },
143         {
144           "name": "SpecHelper",
145           "source_files": [
146             "Foundation/SpecHelper/Foundation+PivotalSpecHelper.h"
147           ],
148           "subspecs": [
149             {
150               "name": "Extensions",
151               "source_files": [
152                 "Foundation/SpecHelper/Extensions/*.{h,m}",
153                 "Foundation/Core/Extensions/NSObject+MethodRedirection.{h,m}"
154               ],
155               "dependencies": {
156                 "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
158                 ],
159                 "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
161                 ]
162               }
163             },
164             {
165               "name": "Fixtures",
166               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
167             },
168             {
169               "name": "Helpers",
170               "source_files": [
171                 "Foundation/SpecHelper/Helpers/*.{h,m}",
172                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h"
173               ]
174             },
175             {
176               "name": "Fakes",
177               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
178               "dependencies": {
179                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
181                 ]
182               }
183             }
184           ]
185         }
186       ]
187     },
188     {
189       "name": "CoreLocation",
190       "platforms": {
191         "ios": "6.0",
192         "osx": "10.6",
193         "watchos": "2.0",
194         "tvos": "9.0"
195       },
196       "subspecs": [
197         {
198           "name": "SpecHelper",
199           "subspecs": [
200             {
201               "name": "Base",
202               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
203             },
204             {
205               "name": "Extensions",
206               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
207             }
208           ]
209         }
210       ]
211     },
212     {
213       "name": "WatchKit",
214       "platforms": {
215         "ios": "8.2"
216       },
217       "requires_arc": true,
218       "subspecs": [
219         {
220           "name": "WatchKit",
221           "source_files": "WatchKit/WatchKit/*.{h,m}"
222         }
223       ]
224     }
225   ]