blob: 66c0b6b353793f0eaadb4de6c989497b57d362d0 [file] [log] [blame]
{
"name": "HTTPSpider",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Clear HTTP Networking in Swift",
"homepage": "https://github.com/isxq/HTTPSpider",
"source": {
"git": "https://github.com/isxq/HTTPSpider.git",
"tag": "0.1.0"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"authors": {
"申小强": "shen_x_q@163.com"
}
}