blob: 731009f571b5df10b08649a6605f7c084693aa48 [file] [log] [blame]
{
"name": "React",
"version": "0.7.0-rc.2",
"summary": "Build high quality mobile apps using React.",
"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",
"homepage": "http://facebook.github.io/react-native/",
"license": "BSD",
"authors": "Facebook",
"source": {
"git": "https://github.com/facebook/react-native.git",
"tag": "v0.7.0-rc.2"
},
"default_subspecs": "Core",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"prepare_command": "npm install",
"preserve_paths": [
"cli.js",
"Libraries/**/*.js",
"lint",
"linter.js",
"node_modules",
"package.json",
"packager",
"PATENTS",
"react-native-cli"
],
"header_mappings_dir": ".",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "React/**/*.{c,h,m}",
"exclude_files": [
"**/__tests__/*",
"IntegrationTests/*"
],
"frameworks": "JavaScriptCore"
},
{
"name": "ART",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/ART/**/*.{h,m}",
"preserve_paths": "Libraries/ART/**/*.js"
},
{
"name": "RCTActionSheet",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/ActionSheetIOS/*.{h,m}",
"preserve_paths": "Libraries/ActionSheetIOS/*.js"
},
{
"name": "RCTAdSupport",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/AdSupport/*.{h,m}",
"preserve_paths": "Libraries/AdSupport/*.js"
},
{
"name": "RCTAnimationExperimental",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Animation/RCTAnimationExperimental*.{h,m}",
"preserve_paths": "Libraries/Animation/*.js"
},
{
"name": "RCTGeolocation",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Geolocation/*.{h,m}",
"preserve_paths": "Libraries/Geolocation/*.js"
},
{
"name": "RCTImage",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Image/*.{h,m}",
"preserve_paths": "Libraries/Image/*.js"
},
{
"name": "RCTNetwork",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Network/*.{h,m}",
"preserve_paths": "Libraries/Network/*.js"
},
{
"name": "RCTPushNotification",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/PushNotificationIOS/*.{h,m}",
"preserve_paths": "Libraries/PushNotificationIOS/*.js"
},
{
"name": "RCTSettings",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Settings/*.{h,m}",
"preserve_paths": "Libraries/Settings/*.js"
},
{
"name": "RCTText",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Text/*.{h,m}",
"preserve_paths": "Libraries/Text/*.js"
},
{
"name": "RCTVibration",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/Vibration/*.{h,m}",
"preserve_paths": "Libraries/Vibration/*.js"
},
{
"name": "RCTWebSocket",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/WebSocket/*.{h,m}",
"preserve_paths": "Libraries/WebSocket/*.js"
},
{
"name": "RCTLinkingIOS",
"dependencies": {
"React/Core": [
]
},
"source_files": "Libraries/LinkingIOS/*.{h,m}",
"preserve_paths": "Libraries/LinkingIOS/*.js"
}
]
}