[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / a / b / AwsomeReactNative / 0.0.7 / AwsomeReactNative.podspec.json
blob3f1bdaf075d3a7e2f11ef8bc57d18bf2022ccd9d
2   "name": "AwsomeReactNative",
3   "version": "0.0.7",
4   "summary": "It's an awsome reactnative project.",
5   "description": "It's an awsome reactnative project. I try to put react native in a separate project.",
6   "homepage": "https://github.com/wuqiuhao/AwsomeReactNative",
7   "license": "MIT",
8   "authors": {
9     "wuqiuhao": "wqiuhao@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/wuqiuhao/AwsomeReactNative.git",
13     "tag": "0.0.7"
14   },
15   "default_subspecs": [
16     "yoga",
17     "Core",
18     "CxxBridge",
19     "DevSupport",
20     "RCTWebSocket",
21     "RCTText",
22     "RCTAnimation",
23     "RCTImage"
24   ],
25   "platforms": {
26     "ios": "9.0"
27   },
28   "module_name": "React",
29   "swift_version": "4.1",
30   "pod_target_xcconfig": {
31     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
32     "OTHER_LDFLAGS": "-ObjC",
33     "HEADER_SEARCH_PATHS": "'$(PODS_TARGET_SRCROOT)/node_modules/react-native/ReactCommon' '$(PODS_ROOT)/Folly' '$(PODS_ROOT)/boost-for-react-native' '$(PODS_ROOT)/DoubleConversion'"
34   },
35   "subspecs": [
36     {
37       "name": "NodeModule",
38       "source_files": [
39         "node_modules/react-native/**/*.{js,json}",
40         "node_modules/react-native/local-cli/server/util/external/*.*",
41         "package.json"
42       ],
43       "exclude_files": "node_modules/react-native/local-cli/templates/**/*"
44     },
45     {
46       "name": "yoga",
47       "source_files": "node_modules/react-native/ReactCommon/yoga/**/*.{h,c}"
48     },
49     {
50       "name": "Core",
51       "dependencies": {
52         "AwsomeReactNative/yoga": [
54         ]
55       },
56       "source_files": "node_modules/react-native/React/**/*.{c,h,m,mm,S}",
57       "exclude_files": [
58         "**/__tests__/*",
59         "IntegrationTests/*",
60         "node_modules/react-native/React/DevSupport/*",
61         "node_modules/react-native/React/Inspector/*",
62         "node_modules/react-native/ReactCommon/yoga/*",
63         "node_modules/react-native/React/Cxx*/*",
64         "node_modules/react-native/React/Base/RCTBatchedBridge.mm",
65         "node_modules/react-native/React/Executors/*"
66       ],
67       "ios": {
68         "exclude_files": "node_modules/react-native/React/**/RCTTVView.*"
69       },
70       "header_dir": "node_modules/react-native/React",
71       "frameworks": "JavaScriptCore",
72       "libraries": "stdc++"
73     },
74     {
75       "name": "BatchedBridge",
76       "dependencies": {
77         "AwsomeReactNative/Core": [
79         ],
80         "AwsomeReactNative/cxxreact_legacy": [
82         ]
83       },
84       "source_files": [
85         "node_modules/react-native/React/Base/RCTBatchedBridge.mm",
86         "node_modules/react-native/React/Executors/*"
87       ]
88     },
89     {
90       "name": "CxxBridge",
91       "dependencies": {
92         "Folly": [
93           "2016.09.26.00"
94         ],
95         "AwsomeReactNative/Core": [
97         ],
98         "AwsomeReactNative/cxxreact": [
100         ]
101       },
102       "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
103       "private_header_files": "node_modules/react-native/React/Cxx*/*.h",
104       "source_files": "node_modules/react-native/React/Cxx*/*.{h,m,mm}"
105     },
106     {
107       "name": "DevSupport",
108       "dependencies": {
109         "AwsomeReactNative/Core": [
111         ],
112         "AwsomeReactNative/RCTWebSocket": [
114         ]
115       },
116       "source_files": [
117         "node_modules/react-native/React/DevSupport/*",
118         "node_modules/react-native/React/Inspector/*"
119       ]
120     },
121     {
122       "name": "jschelpers_legacy",
123       "source_files": [
124         "node_modules/react-native/ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.{cpp,h}",
125         "node_modules/react-native/ReactCommon/jschelpers/systemJSCWrapper.cpp"
126       ],
127       "private_header_files": "node_modules/react-native/ReactCommon/jschelpers/{JavaScriptCore,JSCWrapper,InspectorInterfaces}.h",
128       "frameworks": "JavaScriptCore"
129     },
130     {
131       "name": "cxxreact_legacy",
132       "dependencies": {
133         "AwsomeReactNative/jschelpers_legacy": [
135         ]
136       },
137       "source_files": "node_modules/react-native/ReactCommon/cxxreact/{JSBundleType,oss-compat-util}.{cpp,h}",
138       "private_header_files": "node_modules/react-native/ReactCommon/cxxreact/{JSBundleType,oss-compat-util}.h"
139     },
140     {
141       "name": "jschelpers",
142       "dependencies": {
143         "Folly": [
144           "2016.09.26.00"
145         ],
146         "AwsomeReactNative/PrivateDatabase": [
148         ]
149       },
150       "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
151       "source_files": "node_modules/react-native/ReactCommon/jschelpers/*.{cpp,h}",
152       "private_header_files": "node_modules/react-native/ReactCommon/jschelpers/*.h",
153       "frameworks": "JavaScriptCore"
154     },
155     {
156       "name": "PrivateDatabase",
157       "source_files": "node_modules/react-native/ReactCommon/privatedata/*.{cpp,h}",
158       "private_header_files": "node_modules/react-native/ReactCommon/privatedata/*.h"
159     },
160     {
161       "name": "cxxreact",
162       "dependencies": {
163         "AwsomeReactNative/jschelpers": [
165         ],
166         "boost-for-react-native": [
167           "1.63.0"
168         ],
169         "Folly": [
170           "2016.09.26.00"
171         ]
172       },
173       "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
174       "source_files": "node_modules/react-native/ReactCommon/cxxreact/*.{cpp,h}",
175       "exclude_files": "node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.*",
176       "private_header_files": "node_modules/react-native/ReactCommon/cxxreact/*.h"
177     },
178     {
179       "name": "ART",
180       "dependencies": {
181         "AwsomeReactNative/Core": [
183         ]
184       },
185       "source_files": "node_modules/react-native/Libraries/ART/**/*.{h,m}"
186     },
187     {
188       "name": "RCTActionSheet",
189       "dependencies": {
190         "AwsomeReactNative/Core": [
192         ]
193       },
194       "source_files": "node_modules/react-native/Libraries/ActionSheetIOS/*.{h,m}"
195     },
196     {
197       "name": "RCTAnimation",
198       "dependencies": {
199         "AwsomeReactNative/Core": [
201         ]
202       },
203       "source_files": "node_modules/react-native/Libraries/NativeAnimation/{Drivers/*,Nodes/*,*}.{h,m}",
204       "header_dir": "RCTAnimation"
205     },
206     {
207       "name": "RCTBlob",
208       "dependencies": {
209         "AwsomeReactNative/Core": [
211         ]
212       },
213       "source_files": "node_modules/react-native/Libraries/Blob/*.{h,m,mm}",
214       "preserve_paths": "node_modules/react-native/Libraries/Blob/*.js"
215     },
216     {
217       "name": "RCTCameraRoll",
218       "dependencies": {
219         "AwsomeReactNative/Core": [
221         ],
222         "AwsomeReactNative/RCTImage": [
224         ]
225       },
226       "source_files": "node_modules/react-native/Libraries/CameraRoll/*.{h,m}"
227     },
228     {
229       "name": "RCTGeolocation",
230       "dependencies": {
231         "AwsomeReactNative/Core": [
233         ]
234       },
235       "source_files": "node_modules/react-native/Libraries/Geolocation/*.{h,m}"
236     },
237     {
238       "name": "RCTImage",
239       "dependencies": {
240         "AwsomeReactNative/Core": [
242         ],
243         "AwsomeReactNative/RCTNetwork": [
245         ]
246       },
247       "source_files": "node_modules/react-native/Libraries/Image/*.{h,m}"
248     },
249     {
250       "name": "RCTNetwork",
251       "dependencies": {
252         "AwsomeReactNative/Core": [
254         ]
255       },
256       "source_files": "node_modules/react-native/Libraries/Network/*.{h,m,mm}"
257     },
258     {
259       "name": "RCTPushNotification",
260       "dependencies": {
261         "AwsomeReactNative/Core": [
263         ]
264       },
265       "source_files": "node_modules/react-native/Libraries/PushNotificationIOS/*.{h,m}"
266     },
267     {
268       "name": "RCTSettings",
269       "dependencies": {
270         "AwsomeReactNative/Core": [
272         ]
273       },
274       "source_files": "node_modules/react-native/Libraries/Settings/*.{h,m}"
275     },
276     {
277       "name": "RCTText",
278       "dependencies": {
279         "AwsomeReactNative/Core": [
281         ]
282       },
283       "source_files": "node_modules/react-native/Libraries/Text/**/*.{h,m}"
284     },
285     {
286       "name": "RCTVibration",
287       "dependencies": {
288         "AwsomeReactNative/Core": [
290         ]
291       },
292       "source_files": "node_modules/react-native/Libraries/Vibration/*.{h,m}"
293     },
294     {
295       "name": "RCTWebSocket",
296       "dependencies": {
297         "AwsomeReactNative/Core": [
299         ],
300         "AwsomeReactNative/RCTBlob": [
302         ],
303         "AwsomeReactNative/fishhook": [
305         ]
306       },
307       "source_files": "node_modules/react-native/Libraries/WebSocket/*.{h,m}"
308     },
309     {
310       "name": "fishhook",
311       "header_dir": "fishhook",
312       "source_files": "node_modules/react-native/Libraries/fishhook/*.{h,c}"
313     },
314     {
315       "name": "RCTLinkingIOS",
316       "dependencies": {
317         "AwsomeReactNative/Core": [
319         ]
320       },
321       "source_files": "node_modules/react-native/Libraries/LinkingIOS/*.{h,m}"
322     },
323     {
324       "name": "_ignore_me_subspec_for_linting_",
325       "dependencies": {
326         "AwsomeReactNative/Core": [
328         ],
329         "AwsomeReactNative/CxxBridge": [
331         ]
332       }
333     }
334   ]