blob: f199dd264cbfaa0d8cf258cc7003c71886efedd7 [file] [log] [blame]
{
"name": "MTHttpsTool",
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An httpTool on iOS.",
"homepage": "https://github.com/WangXiangMT/MTHttpsTool",
"authors": {
"WangXiangMT": "1137781435@qq.com"
},
"source": {
"git": "https://github.com/WangXiangMT/MTHttpsTool.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HttpTool.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"frameworks": "UIKit",
"requires_arc": true
}