blob: 8d3fe0d1046eb743a19482bdfd99ac5a0b5be524 [file] [log] [blame]
{
"name": "WeexHotReload",
"version": "0.1.1",
"summary": "An iOS library for weex hot reload in development.",
"description": "An iOS library for hot reload when the weex bundle changed in development.",
"homepage": "https://github.com/dearwayne/weex-hot-reload-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wayne": "334064275@163.com"
},
"source": {
"git": "https://github.com/dearwayne/weex-hot-reload-ios.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "WeexHotReload/**/*",
"requires_arc": true,
"public_header_files": "WeexHotReload/HRWeexHotReload.h",
"dependencies": {
"WeexSDK": [
],
"SocketRocket": [
]
}
}