blob: 8b93aeed37f8721ef6aa5b0d1e7bc2080197fc8c [file] [log] [blame]
{
"name": "LSNetwork",
"version": "0.1.10",
"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.10"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSNetwork/Classes/**/*",
"resource_bundles": {
"LSNetwork": [
"LSNetwork/Assets/*.cer"
]
},
"dependencies": {
"AFNetworking": [
],
"React": [
],
"Realm": [
]
}
}