blob: 05ea8b6dd3440d8aea880e12c01d4073a28c75b3 [file] [log] [blame]
{
"name": "LZNet",
"version": "1.0.1",
"summary": "A custom network framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/superleezen/LZNet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"emailoflizheng@126.com": "leezen"
},
"source": {
"git": "https://github.com/superleezen/LZNet.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LZNet/*.{h,m}",
"dependencies": {
"AFNetworking": [
"3.1.0"
]
},
"subspecs": [
{
"name": "Result",
"source_files": "LZNet/Result/*.{h,m}"
},
{
"name": "HUD",
"source_files": "LZNet/HUD/*.{h,m}"
},
{
"name": "Handler",
"source_files": "LZNet/Handler/*.{h,m}"
},
{
"name": "Request",
"dependencies": {
"LZNet/HUD": [
],
"LZNet/Result": [
],
"LZNet/Handler": [
]
},
"source_files": "LZNet/Request/*.{h,m}"
}
]
}