[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.2.3 / PivotalCoreKit.podspec.json
blobc2f0c564e1391623d98ffdbe45f5de2dc68af608
2   "name": "PivotalCoreKit",
3   "version": "0.2.3",
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.2.3"
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/Support": [
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/Support": [
95                 ]
96               },
97               "exclude_files": [
98                 "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
99               ],
100               "subspecs": [
101                 {
102                   "name": "Stubs-noarc",
103                   "requires_arc": false,
104                   "source_files": [
105                     "UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*"
106                   ]
107                 }
108               ]
109             },
110             {
111               "name": "Support",
112               "source_files": [
113                 "UIKit/SpecHelper/Support/*.{h,m}"
114               ]
115             }
116           ]
117         }
118       ]
119     },
120     {
121       "name": "Foundation",
122       "platforms": {
123         "ios": "6.0",
124         "osx": "10.6"
125       },
126       "subspecs": [
127         {
128           "name": "Core",
129           "source_files": "Foundation/Core/**/*.{h,m}",
130           "libraries": "xml2",
131           "xcconfig": {
132             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
133           }
134         },
135         {
136           "name": "SpecHelper",
137           "source_files": [
138             "Foundation/SpecHelper/Foundation+PivotalSpecHelper.h"
139           ],
140           "subspecs": [
141             {
142               "name": "Extensions",
143               "source_files": [
144                 "Foundation/SpecHelper/Extensions/*.{h,m}",
145                 "Foundation/Core/Extensions/NSObject+MethodRedirection.{h,m}"
146               ],
147               "dependencies": {
148                 "PivotalCoreKit/Foundation/SpecHelper/Helpers": [
150                 ],
151                 "PivotalCoreKit/Foundation/SpecHelper/Fakes": [
153                 ]
154               }
155             },
156             {
157               "name": "Fixtures",
158               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
159             },
160             {
161               "name": "Helpers",
162               "source_files": [
163                 "Foundation/SpecHelper/Helpers/*.{h,m}",
164                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h"
165               ]
166             },
167             {
168               "name": "Fakes",
169               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
170               "dependencies": {
171                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
173                 ]
174               }
175             }
176           ]
177         }
178       ]
179     },
180     {
181       "name": "CoreLocation",
182       "subspecs": [
183         {
184           "name": "SpecHelper",
185           "subspecs": [
186             {
187               "name": "Base",
188               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
189             },
190             {
191               "name": "Extensions",
192               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
193             }
194           ]
195         }
196       ]
197     },
198     {
199       "name": "WatchKit",
200       "subspecs": [
201         {
202           "name": "WatchKit",
203           "source_files": "WatchKit/WatchKit/*.{h,m}"
204         }
205       ]
206     }
207   ]