[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / c / React / 0.6.0-rc / React.podspec.json
blob31bf7f20390f19b8f3b0770908ff4435a3401f52
2   "name": "React",
3   "version": "0.6.0-rc",
4   "summary": "Build high quality mobile apps using React.",
5   "description": "                            React Native apps are built using the React JS\n                            framework, and render directly to native UIKit\n                            elements using a fully asynchronous architecture.\n                            There is no browser and no HTML. We have picked what\n                            we think is the best set of features from these and\n                            other technologies to build what we hope to become\n                            the best product development framework available,\n                            with an emphasis on iteration speed, developer\n                            delight, continuity of technology, and absolutely\n                            beautiful and fast products with no compromises in\n                            quality or capability.\n",
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.6.0-rc"
12   },
13   "default_subspecs": "Core",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "prepare_command": "npm install",
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": "RCTAnimationExperimental",
74       "dependencies": {
75         "React/Core": [
77         ]
78       },
79       "source_files": "Libraries/Animation/RCTAnimationExperimental*.{h,m}",
80       "preserve_paths": "Libraries/Animation/*.js"
81     },
82     {
83       "name": "RCTGeolocation",
84       "dependencies": {
85         "React/Core": [
87         ]
88       },
89       "source_files": "Libraries/Geolocation/*.{h,m}",
90       "preserve_paths": "Libraries/Geolocation/*.js"
91     },
92     {
93       "name": "RCTImage",
94       "dependencies": {
95         "React/Core": [
97         ]
98       },
99       "source_files": "Libraries/Image/*.{h,m}",
100       "preserve_paths": "Libraries/Image/*.js"
101     },
102     {
103       "name": "RCTNetwork",
104       "dependencies": {
105         "React/Core": [
107         ]
108       },
109       "source_files": "Libraries/Network/*.{h,m}",
110       "preserve_paths": "Libraries/Network/*.js"
111     },
112     {
113       "name": "RCTPushNotification",
114       "dependencies": {
115         "React/Core": [
117         ]
118       },
119       "source_files": "Libraries/PushNotificationIOS/*.{h,m}",
120       "preserve_paths": "Libraries/PushNotificationIOS/*.js"
121     },
122     {
123       "name": "RCTSettings",
124       "dependencies": {
125         "React/Core": [
127         ]
128       },
129       "source_files": "Libraries/Settings/*.{h,m}",
130       "preserve_paths": "Libraries/Settings/*.js"
131     },
132     {
133       "name": "RCTText",
134       "dependencies": {
135         "React/Core": [
137         ]
138       },
139       "source_files": "Libraries/Text/*.{h,m}",
140       "preserve_paths": "Libraries/Text/*.js"
141     },
142     {
143       "name": "RCTVibration",
144       "dependencies": {
145         "React/Core": [
147         ]
148       },
149       "source_files": "Libraries/Vibration/*.{h,m}",
150       "preserve_paths": "Libraries/Vibration/*.js"
151     },
152     {
153       "name": "RCTWebSocket",
154       "dependencies": {
155         "React/Core": [
157         ]
158       },
159       "source_files": "Libraries/WebSocket/*.{h,m}",
160       "preserve_paths": "Libraries/WebSocket/*.js"
161     }
162   ]