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