blob: 52d0f02f603c35bf85b6d7b33174db3710b7ee9d [file] [log] [blame]
{
"name": "DMNetworking",
"version": "1.0.1",
"summary": "针对项目的网络请求进行AFN的封装。",
"description": "缓存、加解密",
"homepage": "https://github.com/YRDGroup/DMNetWorking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Agoer": "https://github.com/Agoer"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/YRDGroup/DMNetWorking.git",
"branch": "master",
"tag": "1.0.2"
},
"source_files": [
"DMNetworking",
"DMNetworking/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"Mantle": [
],
"MJExtension": [
],
"YYModel": [
],
"JSONModel": [
]
}
}