blob: 23e5b26c06ad2dbd2cacc4a045e23621dc3e1c65 [file] [log] [blame]
{
"name": "HotReloadClient",
"version": "0.1.2",
"summary": "Rot reload changed code",
"description": "Hot reload changed code and do not need rebuild",
"homepage": "https://github.com/shantj/HotReloadClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shantj": "405812883@qq.com"
},
"source": {
"git": "https://github.com/shantj/HotReloadClient.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"HotReloadClient/Classes/**/*",
"HotReloadClient/Bin/*"
],
"prepare_command": "chmod 777 HotReloadClient/Bin/HotReloadServer",
"script_phases": {
"name": "Run Hotreload",
"script": "nohup -- ${PODS_ROOT}/HotReloadClient/HotReloadClient/Bin/HotReloadServer > ${PODS_ROOT}/../HotReload-tmp/hotreload.log 2>&1 &"
}
}