blob: a1212c2933572f3ac489757646fb1db53857acee [file] [log] [blame]
{
"name": "HotReloadClient",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"HotReloadClient/Classes/**/*",
"HotReloadClient/Bin/*"
],
"resources": "HotReloadClient/Classes/injection/Script/xcactivitylog/*",
"prepare_command": "chmod +x HotReloadClient/Bin/HotReloadServer",
"script_phases": {
"name": "Run Hotreload",
"script": "${PODS_ROOT}/HotReloadClient/HotReloadClient/Bin/HotReloadServer > ${PODS_ROOT}/../HotReload-tmp/hotreload.log 2>&1 &"
}
}