mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-28 01:52:56 +03:00
39 lines
731 B
JSON
39 lines
731 B
JSON
{
|
|
"name": "CodePush",
|
|
"version": "5.5.2",
|
|
"summary": "React Native plugin for the CodePush service",
|
|
"authors": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://microsoft.github.io/code-push",
|
|
"source": {
|
|
"git": "https://github.com/Microsoft/react-native-code-push.git",
|
|
"tag": "v5.5.2"
|
|
},
|
|
"platforms": {
|
|
"ios": "7.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"preserve_paths": "*.js",
|
|
"libraries": "z",
|
|
"source_files": "ios/CodePush/*.{h,m}",
|
|
"public_header_files": [
|
|
"ios/CodePush/CodePush.h"
|
|
],
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
],
|
|
"SSZipArchive": [
|
|
"~> 2.1"
|
|
],
|
|
"JWT": [
|
|
"~> 3.0.0-beta.7"
|
|
],
|
|
"Base64": [
|
|
"~> 1.1"
|
|
]
|
|
}
|
|
}
|