[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / b / react-code-push / 0.0.1 / react-code-push.podspec.json
blobe7a55da8e68677a124cf2bf094abed20b779ba2f
2   "name": "react-code-push",
3   "version": "0.0.1",
4   "summary": "An runtime base on react-native.",
5   "description": "\"Introduce this library for your App, development by react-native code.\"",
6   "homepage": "https://github.com/beatjs/react-code-push",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam Xu": "liamxujia@outlook.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "header_dir": "CodePush",
18   "source": {
19     "git": "https://github.com/beatjs/react-code-push.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "ios/ReactCodePush/**/*.{h,m}",
23   "public_header_files": [
24     "ios/ReactCodePush/CodePush.h"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "react-ios": [
29       "~> 0.63.4.0"
30     ],
31     "SSZipArchive": [
32       "~> 2.2.2"
33     ],
34     "JWT": [
35       "~> 3.0.0-beta.12"
36     ],
37     "Base64": [
38       "~> 1.1"
39     ]
40   }