blob: 837796573cb8b1ecaf939a49eb69f0594a2fc4ab [file] [log] [blame]
{
"name": "CJNetworkClient",
"version": "1.1.0-beta.1",
"summary": "网络请求的管理类:一个基于CJNetwork而封装的网络请求接口管理库",
"homepage": "https://github.com/dvlproad/CJNetwork",
"license": "MIT",
"authors": {
"dvlproad": "studyroad@qq.com"
},
"description": "- CJNetworkClient:网络请求的管理类,其他NetworkClient可通过本CJNetworkClient继承,也可自己再实现\n\n\n A longer description of CJNetworkClient in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dvlproad/CJNetwork.git",
"tag": "CJNetworkClient_1.1.0-beta.1"
},
"frameworks": "UIKit",
"requires_arc": true,
"subspecs": [
{
"name": "CJNetworkClient",
"source_files": "CJNetworkClient/**/*.{h,m}",
"dependencies": {
"CJNetwork/AFNetworkingSerializerEncrypt": [
"~> 0.7.1-beta.1"
],
"CJNetwork/AFNetworkingUploadComponent": [
"~> 0.7.1-beta.1"
]
}
}
]
}