blob: 38a6b003e77b1e816a13152dadc6d83bad26daf6 [file] [log] [blame]
{
"name": "NetworkModule",
"version": "1.1.1",
"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.1.1"
},
"source_files": [
"NetworkModule/NetworkModule",
"NetworkModule/NetworkModule/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}