blob: 9aa2d09f5b7430d85934e12358e4fe510500d2d7 [file] [log] [blame]
{
"name": "LeexTools",
"version": "0.1.0",
"summary": "封装AFNetworking4.* + YYCache缓存网络请求及其他工具类",
"description": "TODO: LeexTools是初始化新项目的得力工具,结构如下:\n1.Network LXNetWork对AFNetworking4.* + YYCache进行封装,可缓存网络请求\n2.Category 分类\n3.Utils 工具类",
"homepage": "https://github.com/leex05/LeexTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leex05": "leex_ios@163.com"
},
"source": {
"git": "https://github.com/leex05/LeexTools.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "LeexTools/Classes/**/*",
"dependencies": {
"AFNetworking": [
],
"YYCache": [
]
}
}