blob: de7553947774603735b96032582ea0b22751f9ea [file] [log] [blame]
{
"name": "LJAFNetWorking",
"version": "0.0.1",
"summary": "LJAFNetWorking 工具",
"description": "AFNetWorking基础上的封装,把AFN的一些常用的配置代码抽取出来,使用更加方便",
"homepage": "https://github.com/soft6096/LJAFNetWorking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"宇宙神帝": "604323817@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/soft6096/LJAFNetWorking.git",
"branch": "master",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": [
"LJFrame",
"LJFrame/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"<= 2.6.3"
]
}
}