blob: ffb4f00d4ae2601325da299c04e022bb0d9b80f3 [file] [log] [blame]
{
"name": "CKNetwork",
"version": "1.0.0",
"summary": "基于AFNetworking的网络库封装",
"description": "基于AFNetworking的网络库封装,欢迎使用!",
"homepage": "https://github.com/calvin186/CKNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Calvin": "chengwei186@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/calvin186/CKNetwork.git",
"tag": "1.0.0"
},
"source_files": "CKNetwork/CKNetwork/NetworkCore/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"MobileCoreServices",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"MJExtension": [
"~> 3.0.17"
]
}
}