blob: 5e3c52d59efbae8f88ab499be6a46b4d955f7eb3 [file] [log] [blame]
{
"name": "ZLLAFNPackUtils",
"version": "1.0.2",
"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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LingliZ": "13161995375@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LingliZ/ZLLAFNPackUtils.git",
"tag": "1.0.2"
},
"source_files": [
"ZLLAFNPackUtils/Classes/*.{h,m}",
"ZLLAFNPackUtils/ZLLSingle.h"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}