blob: 4e3ad1babd015ab3e70b4666da96bf0640194528 [file] [log] [blame]
{
"name": "LSNetwork",
"version": "0.1.17",
"summary": "iOS Network封装",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.lianshang.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mi": "roy.mi@lianshang.com"
},
"source": {
"git": "git@git.lsfash.cn:nativeLib_iOS/network.git",
"tag": "0.1.17"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSNetwork/Classes/**/*",
"resource_bundles": {
"LSNetwork": [
"LSNetwork/Assets/*.cer"
]
},
"dependencies": {
"AFNetworking": [
],
"React": [
],
"Realm": [
],
"SVProgressHUD": [
"~> 1.1.3"
]
}
}