blob: 4d790d60c798f9ebfe12d842bc8fc0ee163d4d47 [file] [log] [blame]
{
"name": "LWFoundation",
"version": "0.0.1",
"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.1"
},
"source_files": "LWFoundation/UIKitExtensions/*.swift",
"dependencies": {
"Alamofire": [
],
"ObjectMapper": [
]
}
}