blob: 4cc7d254e4bb43faae0fe3899d2195be771d8c4c [file] [log] [blame]
{
"name": "QMPTL",
"version": "0.1.0",
"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.1.0"
},
"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}"
}
]
}