blob: 23d6347c52a4f3992d555aa1c945aa2063577cb2 [file] [log] [blame]
{
"name": "QMPTL",
"version": "0.0.4",
"summary": "QMPTL for iOS",
"homepage": "https://github.com/kissnger/QMPTL",
"license": "MIT()",
"authors": {
"Massimo": "16707587@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kissnger/QMPTL.git",
"tag": "0.0.4"
},
"source_files": [
"QMPTL",
"QMPTL/**/*.{h,m}"
],
"frameworks": "CFNetwork",
"exclude_files": "QMPTL/CAsyncSocket.{h,m}",
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": "QMPTL/CAsyncSocket.{h,m}"
}
]
}