[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 0 / 2 / QMPTL / 0.0.4 / QMPTL.podspec.json
blob23d6347c52a4f3992d555aa1c945aa2063577cb2
2   "name": "QMPTL",
3   "version": "0.0.4",
4   "summary": "QMPTL for iOS",
5   "homepage": "https://github.com/kissnger/QMPTL",
6   "license": "MIT()",
7   "authors": {
8     "Massimo": "16707587@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/kissnger/QMPTL.git",
15     "tag": "0.0.4"
16   },
17   "source_files": [
18     "QMPTL",
19     "QMPTL/**/*.{h,m}"
20   ],
21   "frameworks": "CFNetwork",
22   "exclude_files": "QMPTL/CAsyncSocket.{h,m}",
23   "subspecs": [
24     {
25       "name": "no-arc",
26       "requires_arc": false,
27       "source_files": "QMPTL/CAsyncSocket.{h,m}"
28     }
29   ]