[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 2 / c / PivotalCoreKit / 0.0.3 / PivotalCoreKit.podspec.json
blobd577b8e70d7d563d3f4950c42fb7cf3fc2e1fd58
2   "name": "PivotalCoreKit",
3   "version": "0.0.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.0.3"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "default_subspecs": [
21     "Core"
22   ],
23   "requires_arc": false,
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "PivotalCoreKit/UIKit/Core": [
30         ],
31         "PivotalCoreKit/Foundation/Core": [
33         ]
34       }
35     },
36     {
37       "name": "UIKit",
38       "subspecs": [
39         {
40           "name": "Core",
41           "source_files": "UIKit/Core/**/*.{h,m}"
42         },
43         {
44           "name": "SpecHelper",
45           "subspecs": [
46             {
47               "name": "Extensions",
48               "source_files": [
49                 "UIKit/SpecHelper/Extensions/*.{h,m}",
50                 "UIKit/SpecHelper/UIKit+PivotalSpecHelper.h"
51               ]
52             },
53             {
54               "name": "Matchers",
55               "source_files": "UIKit/SpecHelper/Matchers/*.{h,m}"
56             },
57             {
58               "name": "Stubs",
59               "source_files": [
60                 "UIKit/SpecHelper/Stubs/*.{h,m}",
61                 "UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h"
62               ]
63             }
64           ]
65         }
66       ]
67     },
68     {
69       "name": "Foundation",
70       "subspecs": [
71         {
72           "name": "Core",
73           "source_files": "Foundation/Core/**/*.{h,m}",
74           "libraries": "xml2",
75           "xcconfig": {
76             "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
77           }
78         },
79         {
80           "name": "SpecHelper",
81           "subspecs": [
82             {
83               "name": "Extensions",
84               "source_files": [
85                 "Foundation/Core/Extensions/NSObject+MethodRedirection.h",
86                 "Foundation/SpecHelper/Helpers/PCKConnectionBlockDelegate.h",
87                 "Foundation/SpecHelper/Helpers/PCKConnectionDelegateWrapper.h",
88                 "Foundation/SpecHelper/Fakes/PSHKFakeHTTPURLResponse.h",
89                 "Foundation/SpecHelper/Fakes/FakeOperationQueue.h",
90                 "Foundation/SpecHelper/Extensions/*.{h,m}"
91               ]
92             },
93             {
94               "name": "Fixtures",
95               "source_files": "Foundation/SpecHelper/Fixtures/*.{h,m}"
96             },
97             {
98               "name": "Helpers",
99               "source_files": [
100                 "Foundation/SpecHelper/Extensions/NSURLConnection+Spec.h",
101                 "Foundation/SpecHelper/Helpers/*.{h,m}"
102               ]
103             },
104             {
105               "name": "Fakes",
106               "source_files": "Foundation/SpecHelper/Fakes/*.{h,m}",
107               "dependencies": {
108                 "PivotalCoreKit/Foundation/SpecHelper/Fixtures": [
110                 ]
111               }
112             }
113           ]
114         }
115       ]
116     },
117     {
118       "name": "CoreLocation",
119       "subspecs": [
120         {
121           "name": "SpecHelper",
122           "subspecs": [
123             {
124               "name": "Base",
125               "source_files": "CoreLocation/SpecHelper/*.{h,m}"
126             },
127             {
128               "name": "Extensions",
129               "source_files": "CoreLocation/SpecHelper/Extensions/*.{h,m}"
130             }
131           ]
132         }
133       ]
134     }
135   ]