ecency-mobile/ios/Pods/Local Podspecs/CodePush.podspec.json

37 lines
713 B
JSON
Raw Normal View History

2019-01-23 00:02:15 +03:00
{
"name": "CodePush",
2019-02-11 13:03:06 +03:00
"version": "5.5.2",
2019-01-23 00:02:15 +03:00
"summary": "React Native plugin for the CodePush service",
2019-02-08 21:47:53 +03:00
"authors": "Microsoft Corporation",
2019-01-23 00:02:15 +03:00
"license": "MIT",
"homepage": "https://microsoft.github.io/code-push",
"source": {
"git": "https://github.com/Microsoft/react-native-code-push.git",
2019-02-11 13:03:06 +03:00
"tag": "v5.5.2"
2019-01-23 00:02:15 +03:00
},
"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"
]
}
}