blob: 668153f38383a9e895287f23569e05055adbfdcf [file] [log] [blame]
{
"name": "AJNetworking",
"version": "3.0.3",
"summary": "AJNetworking是对AFNetworking 3.x 版本的封装,内部集成缓存和JSON转化.",
"description": "AJNetworking是对网络层的封装,将网络请求、JSON数据转化和数据缓存合三为一,上层可以更专注于业务的处理。",
"homepage": "https://github.com/AbooJan/AJNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AbooJan": "aboojaner@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/AbooJan/AJNetworking.git",
"tag": "3.0.3"
},
"source_files": [
"AJNetworking/Classes/*.{h,m}",
"AJNetworking/Classes/Model/*.{h,m}",
"AJNetworking/Classes/Utils/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
],
"SPTPersistentCache": [
]
}
}