[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / 5 / 0 / c / React / 0.3.1 / React.podspec.json
blobf2e25b728580e621a72dd4701f3cb3a73ff9ce5f
2   "name": "React",
3   "version": "0.3.1",
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.3.1"
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": "RCTActionSheet",
44       "dependencies": {
45         "React/Core": [
47         ]
48       },
49       "source_files": "Libraries/ActionSheetIOS/*.{h,m}",
50       "preserve_paths": "Libraries/ActionSheetIOS/*.js"
51     },
52     {
53       "name": "RCTAdSupport",
54       "dependencies": {
55         "React/Core": [
57         ]
58       },
59       "source_files": "Libraries/AdSupport/*.{h,m}",
60       "preserve_paths": "Libraries/AdSupport/*.js"
61     },
62     {
63       "name": "RCTAnimationExperimental",
64       "dependencies": {
65         "React/Core": [
67         ]
68       },
69       "source_files": "Libraries/Animation/RCTAnimationExperimental*.{h,m}",
70       "preserve_paths": "Libraries/Animation/*.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       },
89       "source_files": "Libraries/Image/*.{h,m}",
90       "preserve_paths": "Libraries/Image/*.js"
91     },
92     {
93       "name": "RCTNetwork",
94       "dependencies": {
95         "React/Core": [
97         ]
98       },
99       "source_files": "Libraries/Network/*.{h,m}",
100       "preserve_paths": "Libraries/Network/*.js"
101     },
102     {
103       "name": "RCTPushNotification",
104       "dependencies": {
105         "React/Core": [
107         ]
108       },
109       "source_files": "Libraries/PushNotificationIOS/*.{h,m}",
110       "preserve_paths": "Libraries/PushNotificationIOS/*.js"
111     },
112     {
113       "name": "RCTWebSocketDebugger",
114       "dependencies": {
115         "React/Core": [
117         ]
118       },
119       "libraries": "icucore",
120       "source_files": "Libraries/RCTWebSocketDebugger/*.{h,m}"
121     },
122     {
123       "name": "RCTText",
124       "dependencies": {
125         "React/Core": [
127         ]
128       },
129       "source_files": "Libraries/Text/*.{h,m}",
130       "preserve_paths": "Libraries/Text/*.js"
131     },
132     {
133       "name": "RCTVibration",
134       "dependencies": {
135         "React/Core": [
137         ]
138       },
139       "source_files": "Libraries/Vibration/*.{h,m}",
140       "preserve_paths": "Libraries/Vibration/*.js"
141     }
142   ]