[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 2 / HotReloadClient / 0.1.4 / HotReloadClient.podspec.json
blob96788e3bd0209ca11bbb16c597c870a35343cc2f
2   "name": "HotReloadClient",
3   "version": "0.1.4",
4   "summary": "Rot reload changed code",
5   "description": "Hot reload changed code and do not need rebuild",
6   "homepage": "https://github.com/shantj/HotReloadClient",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shantj": "405812883@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/shantj/HotReloadClient.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "HotReloadClient/Classes/**/*",
23     "HotReloadClient/Bin/*"
24   ],
25   "resources": "HotReloadClient/Classes/injection/Script/xcactivitylog/*",
26   "prepare_command": "chmod +x HotReloadClient/Bin/HotReloadServer",
27   "script_phases": {
28     "name": "Run Hotreload",
29     "script": "${PODS_ROOT}/HotReloadClient/HotReloadClient/Bin/HotReloadServer > ${PODS_ROOT}/../hotreload.log 2>&1 &",
30     "execution_position": "after_compile"
31   }