blob: 743740a6474fd6d972bd10972b7570c10b4bed2f [file] [log] [blame]
{
"name": "YMHTTP",
"version": "1.0.0-beta.1",
"summary": "一个基于 libcurl 的 IO 多路复用 HTTP 框架",
"homepage": "https://github.com/zymxxxs/YMHTTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zymxxxs": "zymxxxs@gmail.com"
},
"source": {
"git": "https://github.com/zymxxxs/YMHTTP.git",
"tag": "1.0.0-beta.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "YMHTTP/Classes/**/*.{h,m}",
"public_header_files": "YMHTTP/Classes/*.h",
"exclude_files": "YMHTTP/Classes/libcurl/**/*.h",
"subspecs": [
{
"name": "libcurl",
"source_files": "YMHTTP/Classes/libcurl/**/*.h",
"private_header_files": "YMHTTP/Classes/libcurl/**/*.h",
"vendored_libraries": "YMHTTP/Classes/libcurl/libcurl.a",
"ios": {
"libraries": "z"
}
}
]
}