blob: 8abb9ccca2e4a0d271a8be558cf671876b93be47 [file] [log] [blame]
{
"name": "react-code-push",
"version": "1.1.0",
"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": "1.1.0"
},
"default_subspecs": "source",
"subspecs": [
{
"name": "framework",
"vendored_frameworks": "ios/CodePush.xcframework",
"dependencies": {
"react-ios/framework": [
"~> 0.63.4.2"
],
"SSZipArchive": [
"~> 2.2.2"
],
"JWT": [
"~> 3.0.0-beta.12"
],
"Base64": [
"~> 1.1"
]
}
},
{
"name": "source",
"source_files": "ios/ReactCodePush/**/*.{h,m}",
"public_header_files": [
"ios/ReactCodePush/CodePush.h"
],
"dependencies": {
"react-ios": [
"~> 0.63.4.2"
],
"SSZipArchive": [
"~> 2.2.2"
],
"JWT": [
"~> 3.0.0-beta.12"
],
"Base64": [
"~> 1.1"
]
}
}
]
}