[Add] PingStorage 1.0.0
[CocoaPods.git] / Specs / a / c / b / QFJSPatch / 1.0.0 / QFJSPatch.podspec.json
blob149cc1eb27c9851c55e734344711bd05a520b648
2   "name": "QFJSPatch",
3   "version": "1.0.0",
4   "summary": "iOS客户端实现, 配合服务端使用",
5   "description": "JSPatch客户端实现,配合jspatch服务端实现使用",
6   "homepage": "https://github.com/cashlzcj/QFJSPatch",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "junge": "cashlzcj@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/cashlzcj/QFJSPatch.git",
19     "tag": "1.0.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "dependencies": {
24     "JSPatch": [
25       "~> 1.0"
26     ],
27     "CocoaSecurity": [
28       "~> 1.2.4"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "ios": {
35         "source_files": "QFJSPatch/*.{h,m}"
36       },
37       "public_header_files": "QFJSPatch/*.h"
38     }
39   ]