[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.1.0 / PivotalCoreKit.podspec.json
blob1d35c864b4d45360f6b4f6d15b8c05f69e4393cf
2   "name": "PivotalCoreKit",
3   "version": "0.1.0",
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.1.0"
16   },
17   "platforms": {
18     "ios": "6.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/Extensions": [
42         ],
43         "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
45         ],
46         "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
48         ],
49         "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
51         ],
52         "PivotalCoreKit/UIKit/SpecHelper/Extensions": [
54         ],
55         "PivotalCoreKit/UIKit/SpecHelper/Matchers": [
57         ],
58         "PivotalCoreKit/UIKit/SpecHelper/Helpers": [
60         ],
61         "PivotalCoreKit/UIKit/SpecHelper/Stubs": [
63         ],
64         "PivotalCoreKit/CoreLocation/SpecHelper/Base": [
66         ],
67         "PivotalCoreKit/CoreLocation/SpecHelper/Extensions": [
69         ]
70       }
71     },
72     {
73       "name": "UIKit",
74       "subspecs": [
75         {
76           "name": "Core",
77           "source_files": "UIKit/Core/**/*.{h,m}",
78           "exclude_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}",
79           "subspecs": [
80             {
81               "name": "Core-arc",
82               "requires_arc": true,
83               "source_files": "UIKit/Core/Extensions/UIView+PCKNibHelpers.{h,m}"
84             }
85           ]
86         },
87         {
88           "name": "SpecHelper",
89           "subspecs": [
90             {
91               "name": "Extensions",
92               "source_files": [
93                 "UIKit/SpecHelper/Extensions/*.{h,m}",
94                 "UIKit/SpecHelper/UIKit+PivotalSpecHelper.h"
95               ],
96               "dependencies": {
97                 "PivotalCoreKit/UIKit/SpecHelper/Helpers": [
99                 ]
100               }
101             },
102             {
103               "name": "Matchers",
104               "source_files": "UIKit/SpecHelper/Matchers/*.{h,m}"
105             },
106             {
107               "name": "Stubs",
108               "requires_arc": true,
109               "source_files": [
110                 "UIKit/SpecHelper/Stubs/*.{h,m}",
111                 "UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h"
112               ],
113               "dependencies": {
114                 "PivotalCoreKit/UIKit/SpecHelper/Helpers": [
116                 ]
117               }
118             },
119             {
120               "name": "Helpers",
121               "source_files": [
122                 "UIKit/SpecHelper/Helpers/*.{h,m}"
123               ]
124             }
125           ]
126         }
127       ]
128     },
129     {
130       "name": "Foundation",
131       "platforms": {
132         "ios": "6.0",
133         "osx": "10.6"
134       },
135       "subspecs": [
136         {
137           "name": "Core",
138           "source_files": "Foundation/Core/**/*.{h,m}",
139           "libraries": "xml2",
140           "xcconfig": {
141             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
142           }
143         },
144         {
145           "name": "SpecHelper",
146           "subspecs": [
147             {
148               "name": "Extensions",
149               "source_files": [
150                 "Foundation/SpecHelper/Extensions/*.{h,m}",
151                 "Foundation/Core/Extensions/NSObject+MethodRedirection.{h,m}"
152               ],
153               "dependencies": {
154                 "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
156                 ],
157                 "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
159                 ]
160               }
161             },
162             {
163               "name": "Fixtures",
164               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
165             },
166             {
167               "name": "Helpers",
168               "source_files": [
169                 "Foundation/SpecHelper/Helpers/*.{h,m}",
170                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h"
171               ]
172             },
173             {
174               "name": "Fakes",
175               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
176               "dependencies": {
177                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
179                 ]
180               }
181             }
182           ]
183         }
184       ]
185     },
186     {
187       "name": "CoreLocation",
188       "subspecs": [
189         {
190           "name": "SpecHelper",
191           "subspecs": [
192             {
193               "name": "Base",
194               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
195             },
196             {
197               "name": "Extensions",
198               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
199             }
200           ]
201         }
202       ]
203     }
204   ]