blob: 22b9772c7d0b0852401bec71807242cec61be9fd [file] [log] [blame]
{
"name": "LWFoundation",
"version": "0.0.2",
"swift_version": "4.1",
"summary": "项目基本库",
"description": "swift基本库",
"homepage": "https://github.com/liwei5544/LWFoundation",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"liwei5544": "116577639@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/liwei5544/LWFoundation.git",
"tag": "0.0.2"
},
"source_files": [
"LWFoundation/NetWork/*.swift",
"LWFoundation/UIKitExtensions/*.swift"
],
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
}