blob: 3cb1ca9ed7656b5c89cfc80d4dceaf018734cdb5 [file] [log] [blame]
{
"name": "LBXNetWork",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "9.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": [
"~> 4.0"
],
"YYCache": [
"~> 1.0.4"
]
},
"requires_arc": true
}