blob: 5f8e8938de67226707e27566b620dcb0ed55a6de [file] [log] [blame]
{
"name": "ZLLAFNPackUtils",
"version": "1.0.0",
"summary": "A Net Request util base on AFNetworking(基于AFNetworking的二次封装工具库)",
"description": "A Net Request util base on AFNetworking(基于AFNetworking 的二次封装工具库) BY LingliZ",
"homepage": "https://github.com/LingliZ/ZLLAFNPackUtils",
"license": "MIT",
"authors": {
"LingliZ": "13161995375@163.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LingliZ/ZLLAFNPackUtils.git",
"tag": "1.0.0"
},
"source_files": "ZLLAFNPackUtils/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}