blob: 36c81b88fc76772efb9da34f8a21aa79a916d23e [file] [log] [blame]
{
"name": "YMHTTP",
"version": "1.0.0",
"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"
},
"platforms": {
"ios": "10.0"
},
"source_files": "YMHTTP/**/*.{h,m}",
"public_header_files": "YMHTTP/*.h",
"exclude_files": "YMHTTP/libcurl/**/*.h",
"subspecs": [
{
"name": "libcurl",
"source_files": "YMHTTP/libcurl/**/*.h",
"private_header_files": "YMHTTP/libcurl/**/*.h",
"vendored_libraries": "YMHTTP/libcurl/libcurl.a",
"ios": {
"libraries": "z"
}
}
]
}