blob: 0599636a170c5d39b1ca278664d5bf73360bfa54 [file] [log] [blame]
{
"name": "AIHotPatch",
"version": "1.0",
"summary": "基于JSPatch封装的热补丁方案,主要关注流程.",
"homepage": "https://git.oschina.net/aicmciisc/AIHotPatch",
"license": "Apache License, Version 2.0",
"authors": {
"zify": "zhaol2014@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/aicmciisc/AIHotPatch.git",
"tag": "1.0"
},
"source_files": "AIHotPatch/**/*.{h,m}",
"public_header_files": "AIHotPatch/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"JSPatch": [
"~> 1.1.2"
]
}
}