blob: e0e464695f604d29a6d8aedc1291c85adfbc9474 [file] [log] [blame]
{
"name": "AJNetworking",
"version": "1.0.0",
"summary": "对AFNetworking 3.0 版本的封装,结合MJExtension框架处理JSON序列化问题",
"description": "AJNetworking是对AFNetworking 3.0 版本的封装,结合MJExtension框架把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": "1.0.0"
},
"source_files": [
"AJNetworking/Classes/*",
"AJNetworking/Classes/Model/*"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"MJExtension": [
]
}
}