[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.3.1 / PivotalCoreKit.podspec.json
blobb2130637abc3e60ce06d4f064cbf4029a499689d
2   "name": "PivotalCoreKit",
3   "version": "0.3.1",
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.1"
16   },
17   "platforms": {
18     "tvos": "9.0"
19   },
20   "requires_arc": false,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "dependencies": {
26         "PivotalCoreKit/UIKit/Core": [
28         ],
29         "PivotalCoreKit/Foundation/Core": [
31         ]
32       }
33     },
34     {
35       "name": "Development",
36       "dependencies": {
37         "PivotalCoreKit/Core": [
39         ],
40         "PivotalCoreKit/Foundation/SpecHelper": [
42         ],
43         "PivotalCoreKit/UIKit/SpecHelper": [
45         ],
46         "PivotalCoreKit/CoreLocation/SpecHelper": [
48         ]
49       }
50     },
51     {
52       "name": "UIKit",
53       "subspecs": [
54         {
55           "name": "Core",
56           "source_files": "UIKit/Core/**/*.{h,m}",
57           "exclude_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}",
58           "subspecs": [
59             {
60               "name": "Core-arc",
61               "requires_arc": true,
62               "source_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}"
63             }
64           ]
65         },
66         {
67           "name": "SpecHelper",
68           "subspecs": [
69             {
70               "name": "Extensions",
71               "source_files": [
72                 "UIKit/SpecHelper/Extensions/**/*.{h,m}",
73                 "UIKit/SpecHelper/UIKit+PivotalSpecHelper.h"
74               ],
75               "tvos": {
76                 "exclude_files": "**/iOS/**"
77               },
78               "dependencies": {
79                 "PivotalCoreKit/UIKit/SpecHelper/Support": [
81                 ]
82               }
83             },
84             {
85               "name": "Stubs",
86               "requires_arc": true,
87               "source_files": [
88                 "UIKit/SpecHelper/Stubs/**/*.{h,m}",
89                 "UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h"
90               ],
91               "dependencies": {
92                 "PivotalCoreKit/UIKit/SpecHelper/Support": [
94                 ]
95               },
96               "exclude_files": [
97                 "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
98               ],
99               "tvos": {
100                 "exclude_files": "**/iOS/**"
101               },
102               "subspecs": [
103                 {
104                   "name": "Stubs-noarc",
105                   "requires_arc": false,
106                   "source_files": [
107                     "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
108                   ]
109                 }
110               ]
111             },
112             {
113               "name": "Support",
114               "source_files": [
115                 "UIKit/SpecHelper/Support/*.{h,m}"
116               ]
117             }
118           ]
119         }
120       ]
121     },
122     {
123       "name": "Foundation",
124       "platforms": {
125         "ios": "6.0",
126         "osx": "10.6",
127         "watchos": "2.0",
128         "tvos": "9.0"
129       },
130       "subspecs": [
131         {
132           "name": "Core",
133           "source_files": "Foundation/Core/**/*.{h,m}",
134           "watchos": {
135             "exclude_files": "**/Interfaces/**"
136           },
137           "libraries": "xml2",
138           "xcconfig": {
139             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
140           }
141         },
142         {
143           "name": "SpecHelper",
144           "source_files": [
145             "Foundation/SpecHelper/Foundation+PivotalSpecHelper.h"
146           ],
147           "subspecs": [
148             {
149               "name": "Extensions",
150               "source_files": [
151                 "Foundation/SpecHelper/Extensions/*.{h,m}",
152                 "Foundation/Core/Extensions/NSObject+MethodRedirection.{h,m}"
153               ],
154               "dependencies": {
155                 "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
157                 ],
158                 "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
160                 ]
161               }
162             },
163             {
164               "name": "Fixtures",
165               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
166             },
167             {
168               "name": "Helpers",
169               "source_files": [
170                 "Foundation/SpecHelper/Helpers/*.{h,m}",
171                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h"
172               ]
173             },
174             {
175               "name": "Fakes",
176               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
177               "dependencies": {
178                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
180                 ]
181               }
182             }
183           ]
184         }
185       ]
186     },
187     {
188       "name": "CoreLocation",
189       "platforms": {
190         "ios": "6.0",
191         "osx": "10.6",
192         "watchos": "2.0",
193         "tvos": "9.0"
194       },
195       "subspecs": [
196         {
197           "name": "SpecHelper",
198           "subspecs": [
199             {
200               "name": "Base",
201               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
202             },
203             {
204               "name": "Extensions",
205               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
206             }
207           ]
208         }
209       ]
210     },
211     {
212       "name": "WatchKit",
213       "platforms": {
214         "ios": "8.2"
215       },
216       "requires_arc": true,
217       "subspecs": [
218         {
219           "name": "WatchKit",
220           "source_files": "WatchKit/WatchKit/*.{h,m}"
221         }
222       ]
223     }
224   ]