blob: f5352ac31bb322a5ad8269bd98d7122bb6dd9bbb [file] [log] [blame]
{
"name": "LBXNetWork",
"version": "1.0.0",
"summary": "http request,tcp stream",
"homepage": "https://github.com/MxABC/LBXNetWork",
"license": "MIT",
"authors": {
"lbxia": "lbxia20091227@foxmail.com"
},
"source": {
"git": "https://github.com/MxABC/LBXNetWork.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "LBXNetWork/**/*.{m,h}",
"public_header_files": [
"LBXNetWork/AFNetworkVendor/AFNNetworkRequest.h",
"LBXNetWork/LBXHttpRequest.h",
"LBXNetWork/LBXNetWork.h",
"LBXNetWork/LBXTcpStream/LBXTcpStream.h"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}