blob: c69e0b80fa7ad8e88463f34d7adc637180db126d [file] [log] [blame]
{
"name": "NetworkModule",
"version": "1.0.8",
"summary": "这是一个网络请求库,将AFNetworking封装成单例类",
"description": "这是一个网络请求库,将AFNetworking封装成单例类,使用方便简单。",
"homepage": "https://github.com/zhangguozhong/NetworkModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangguozhong": "494316382@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangguozhong/NetworkModule.git",
"tag": "1.0.8"
},
"source_files": [
"NetworkModule/NetworkModule",
"NetworkModule/NetworkModule/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}