[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / a / 2 / HotReloadClient / 0.1.2 / HotReloadClient.podspec.json
blob23e5b26c06ad2dbd2cacc4a045e23621dc3e1c65
2   "name": "HotReloadClient",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "HotReloadClient/Classes/**/*",
23     "HotReloadClient/Bin/*"
24   ],
25   "prepare_command": "chmod 777 HotReloadClient/Bin/HotReloadServer",
26   "script_phases": {
27     "name": "Run Hotreload",
28     "script": "nohup -- ${PODS_ROOT}/HotReloadClient/HotReloadClient/Bin/HotReloadServer > ${PODS_ROOT}/../HotReload-tmp/hotreload.log 2>&1 &"
29   }