[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / c / WeexHotReload / 0.1.1 / WeexHotReload.podspec.json
blob8d3fe0d1046eb743a19482bdfd99ac5a0b5be524
2   "name": "WeexHotReload",
3   "version": "0.1.1",
4   "summary": "An iOS library for weex hot reload in development.",
5   "description": "An iOS library for hot reload when the weex bundle changed in development.",
6   "homepage": "https://github.com/dearwayne/weex-hot-reload-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wayne": "334064275@163.com"
13   },
14   "source": {
15     "git": "https://github.com/dearwayne/weex-hot-reload-ios.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "WeexHotReload/**/*",
22   "requires_arc": true,
23   "public_header_files": "WeexHotReload/HRWeexHotReload.h",
24   "dependencies": {
25     "WeexSDK": [
27     ],
28     "SocketRocket": [
30     ]
31   }