[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.1.1 / PivotalCoreKit.podspec.json
blobb0ea2d71b7299d9ee56e732e8bcfbb6808c3edb6
2   "name": "PivotalCoreKit",
3   "version": "0.1.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.1.1"
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": [
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               "dependencies": {
76                 "PivotalCoreKit/UIKit/SpecHelper/Helpers": [
78                 ]
79               }
80             },
81             {
82               "name": "Matchers",
83               "source_files": "UIKit/SpecHelper/Matchers/*.{h,m}"
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/Helpers": [
95                 ]
96               }
97             },
98             {
99               "name": "Helpers",
100               "source_files": [
101                 "UIKit/SpecHelper/Helpers/*.{h,m}"
102               ]
103             }
104           ]
105         }
106       ]
107     },
108     {
109       "name": "Foundation",
110       "platforms": {
111         "ios": "6.0",
112         "osx": "10.6"
113       },
114       "subspecs": [
115         {
116           "name": "Core",
117           "source_files": "Foundation/Core/**/*.{h,m}",
118           "libraries": "xml2",
119           "xcconfig": {
120             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
121           }
122         },
123         {
124           "name": "SpecHelper",
125           "source_files": [
126             "Foundation/SpecHelper/Foundation+PivotalSpecHelper.h"
127           ],
128           "subspecs": [
129             {
130               "name": "Extensions",
131               "source_files": [
132                 "Foundation/SpecHelper/Extensions/*.{h,m}",
133                 "Foundation/Core/Extensions/NSObject+MethodRedirection.{h,m}"
134               ],
135               "dependencies": {
136                 "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
138                 ],
139                 "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
141                 ]
142               }
143             },
144             {
145               "name": "Fixtures",
146               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
147             },
148             {
149               "name": "Helpers",
150               "source_files": [
151                 "Foundation/SpecHelper/Helpers/*.{h,m}",
152                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h"
153               ]
154             },
155             {
156               "name": "Fakes",
157               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
158               "dependencies": {
159                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
161                 ]
162               }
163             }
164           ]
165         }
166       ]
167     },
168     {
169       "name": "CoreLocation",
170       "subspecs": [
171         {
172           "name": "SpecHelper",
173           "subspecs": [
174             {
175               "name": "Base",
176               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
177             },
178             {
179               "name": "Extensions",
180               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
181             }
182           ]
183         }
184       ]
185     }
186   ]