[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 0 / b / react-code-push / 1.1.0 / react-code-push.podspec.json
blob8abb9ccca2e4a0d271a8be558cf671876b93be47
2   "name": "react-code-push",
3   "version": "1.1.0",
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": "1.1.0"
21   },
22   "default_subspecs": "source",
23   "subspecs": [
24     {
25       "name": "framework",
26       "vendored_frameworks": "ios/CodePush.xcframework",
27       "dependencies": {
28         "react-ios/framework": [
29           "~> 0.63.4.2"
30         ],
31         "SSZipArchive": [
32           "~> 2.2.2"
33         ],
34         "JWT": [
35           "~> 3.0.0-beta.12"
36         ],
37         "Base64": [
38           "~> 1.1"
39         ]
40       }
41     },
42     {
43       "name": "source",
44       "source_files": "ios/ReactCodePush/**/*.{h,m}",
45       "public_header_files": [
46         "ios/ReactCodePush/CodePush.h"
47       ],
48       "dependencies": {
49         "react-ios": [
50           "~> 0.63.4.2"
51         ],
52         "SSZipArchive": [
53           "~> 2.2.2"
54         ],
55         "JWT": [
56           "~> 3.0.0-beta.12"
57         ],
58         "Base64": [
59           "~> 1.1"
60         ]
61       }
62     }
63   ]