{ | |
"name": "BaseKitSwift", | |
"version": "4.2.1", | |
"summary": "简单的开发库", | |
"swift_version": "4.2", | |
"description": "\"一个包含常用api的库\"", | |
"homepage": "https://github.com/NightDrivers", | |
"license": "MIT", | |
"authors": { | |
"NightDriver": "lin_de_chun@sina.com" | |
}, | |
"source": { | |
"git": "https://github.com/NightDrivers/BaseKitSwift.git", | |
"tag": "4.2.1" | |
}, | |
"source_files": "BaseKitSwift/*/*.swift", | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"dependencies": { | |
"SnapKit": [ | |
"~> 4.2.0" | |
] | |
} | |
} |