blob: e7a55da8e68677a124cf2bf094abed20b779ba2f [file] [log] [blame]
{
"name": "react-code-push",
"version": "0.0.1",
"summary": "An runtime base on react-native.",
"description": "\"Introduce this library for your App, development by react-native code.\"",
"homepage": "https://github.com/beatjs/react-code-push",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Liam Xu": "liamxujia@outlook.com"
},
"platforms": {
"ios": "11.0"
},
"header_dir": "CodePush",
"source": {
"git": "https://github.com/beatjs/react-code-push.git",
"tag": "0.0.1"
},
"source_files": "ios/ReactCodePush/**/*.{h,m}",
"public_header_files": [
"ios/ReactCodePush/CodePush.h"
],
"requires_arc": true,
"dependencies": {
"react-ios": [
"~> 0.63.4.0"
],
"SSZipArchive": [
"~> 2.2.2"
],
"JWT": [
"~> 3.0.0-beta.12"
],
"Base64": [
"~> 1.1"
]
}
}