blob: 149cc1eb27c9851c55e734344711bd05a520b648 [file] [log] [blame]
{
"name": "QFJSPatch",
"version": "1.0.0",
"summary": "iOS客户端实现, 配合服务端使用",
"description": "JSPatch客户端实现,配合jspatch服务端实现使用",
"homepage": "https://github.com/cashlzcj/QFJSPatch",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"junge": "cashlzcj@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/cashlzcj/QFJSPatch.git",
"tag": "1.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"JSPatch": [
"~> 1.0"
],
"CocoaSecurity": [
"~> 1.2.4"
]
},
"subspecs": [
{
"name": "Core",
"ios": {
"source_files": "QFJSPatch/*.{h,m}"
},
"public_header_files": "QFJSPatch/*.h"
}
]
}