[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / c / a / 8 / RNUpdater / 0.0.2 / RNUpdater.podspec.json
blob98a8a7fea442221c42ed869434c120c7fe0be3ca
2   "name": "RNUpdater",
3   "version": "0.0.2",
4   "summary": "Custom update in react-native project.",
5   "description": "Hot update your ios app when using react-native in your way.",
6   "homepage": "https://github.com/liuhaoliang/RNUpdater",
7   "license": "MIT",
8   "authors": {
9     "lhl": "271072547@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/liuhaoliang/RNUpdater.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "RNUpdater",
20     "RNUpdater/*.{h,m}"
21   ],
22   "frameworks": "UIKit",
23   "requires_arc": true,
24   "dependencies": {
25     "HLFileHash": [
27     ],
28     "SSZipArchive": [
30     ],
31     "AFNetworking": [
33     ]
34   }