[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 0 / c / React / 0.11.0-rc / React.podspec.json
blob8943ea0de1f1b06b4280eca583a2717b7078feed
2   "name": "React",
3   "version": "0.11.0-rc",
4   "summary": "Build high quality mobile apps using React.",
5   "description": "React Native apps are built using the React JS\nframework, and render directly to native UIKit\nelements using a fully asynchronous architecture.\nThere is no browser and no HTML. We have picked what\nwe think is the best set of features from these and\nother technologies to build what we hope to become\nthe best product development framework available,\nwith an emphasis on iteration speed, developer\ndelight, continuity of technology, and absolutely\nbeautiful and fast products with no compromises in\nquality or capability.",
6   "homepage": "http://facebook.github.io/react-native/",
7   "license": "BSD",
8   "authors": "Facebook",
9   "source": {
10     "git": "https://github.com/facebook/react-native.git",
11     "tag": "v0.11.0-rc"
12   },
13   "default_subspecs": "Core",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "prepare_command": "npm install --production",
19   "preserve_paths": [
20     "cli.js",
21     "Libraries/**/*.js",
22     "lint",
23     "linter.js",
24     "node_modules",
25     "package.json",
26     "packager",
27     "PATENTS",
28     "react-native-cli"
29   ],
30   "header_mappings_dir": ".",
31   "deprecated": true,
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "React/**/*.{c,h,m}",
36       "exclude_files": [
37         "**/__tests__/*",
38         "IntegrationTests/*"
39       ],
40       "frameworks": "JavaScriptCore"
41     },
42     {
43       "name": "ART",
44       "dependencies": {
45         "React/Core": [
47         ]
48       },
49       "source_files": "Libraries/ART/**/*.{h,m}",
50       "preserve_paths": "Libraries/ART/**/*.js"
51     },
52     {
53       "name": "RCTActionSheet",
54       "dependencies": {
55         "React/Core": [
57         ]
58       },
59       "source_files": "Libraries/ActionSheetIOS/*.{h,m}",
60       "preserve_paths": "Libraries/ActionSheetIOS/*.js"
61     },
62     {
63       "name": "RCTAdSupport",
64       "dependencies": {
65         "React/Core": [
67         ]
68       },
69       "source_files": "Libraries/AdSupport/*.{h,m}",
70       "preserve_paths": "Libraries/AdSupport/*.js"
71     },
72     {
73       "name": "RCTGeolocation",
74       "dependencies": {
75         "React/Core": [
77         ]
78       },
79       "source_files": "Libraries/Geolocation/*.{h,m}",
80       "preserve_paths": "Libraries/Geolocation/*.js"
81     },
82     {
83       "name": "RCTImage",
84       "dependencies": {
85         "React/Core": [
87         ],
88         "React/RCTNetwork": [
90         ]
91       },
92       "source_files": "Libraries/Image/*.{h,m}",
93       "preserve_paths": "Libraries/Image/*.js"
94     },
95     {
96       "name": "RCTNetwork",
97       "dependencies": {
98         "React/Core": [
100         ]
101       },
102       "source_files": "Libraries/Network/*.{h,m}",
103       "preserve_paths": "Libraries/Network/*.js"
104     },
105     {
106       "name": "RCTPushNotification",
107       "dependencies": {
108         "React/Core": [
110         ]
111       },
112       "source_files": "Libraries/PushNotificationIOS/*.{h,m}",
113       "preserve_paths": "Libraries/PushNotificationIOS/*.js"
114     },
115     {
116       "name": "RCTSettings",
117       "dependencies": {
118         "React/Core": [
120         ]
121       },
122       "source_files": "Libraries/Settings/*.{h,m}",
123       "preserve_paths": "Libraries/Settings/*.js"
124     },
125     {
126       "name": "RCTText",
127       "dependencies": {
128         "React/Core": [
130         ]
131       },
132       "source_files": "Libraries/Text/*.{h,m}",
133       "preserve_paths": "Libraries/Text/*.js"
134     },
135     {
136       "name": "RCTVibration",
137       "dependencies": {
138         "React/Core": [
140         ]
141       },
142       "source_files": "Libraries/Vibration/*.{h,m}",
143       "preserve_paths": "Libraries/Vibration/*.js"
144     },
145     {
146       "name": "RCTWebSocket",
147       "dependencies": {
148         "React/Core": [
150         ]
151       },
152       "source_files": "Libraries/WebSocket/*.{h,m}",
153       "preserve_paths": "Libraries/WebSocket/*.js"
154     },
155     {
156       "name": "RCTLinkingIOS",
157       "dependencies": {
158         "React/Core": [
160         ]
161       },
162       "source_files": "Libraries/LinkingIOS/*.{h,m}",
163       "preserve_paths": "Libraries/LinkingIOS/*.js"
164     }
165   ]