blob: cc95f3b1c46ab7b4048308add46f148c8de64fb0 [file] [log] [blame]
{
"name": "LZDTools",
"version": "0.0.7",
"summary": "LZDTools.",
"description": "增加一些其他的扩展e和常用的工具,\n添加网络工具",
"homepage": "https://github.com/511815816@qq.com/LZDTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"511815816@qq.com": "511815816@qq.com"
},
"source": {
"git": "https://github.com/9032lu/LZDTools.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LZDTools/Classes/**/*",
"subspecs": [
{
"name": "Catagory",
"source_files": "LZDTools/Classes/Catagory/*",
"public_header_files": "LZDTools/Classes/Catagory/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
},
{
"name": "LZDLoopView",
"source_files": "LZDTools/Classes/LZDLoopView/*"
},
{
"name": "Encryptions",
"source_files": "LZDTools/Classes/Encryptions/*"
}
]
}