blob: 9fdcaee870b14e1570428c39de01ce133a4e4e1c [file] [log] [blame]
{
"name": "LCToolKit",
"version": "1.0.1",
"summary": "Some encapsulation about Alamofire, FMDB and so on.",
"homepage": "https://github.com/GreenBeanD/LCTool",
"license": "MIT",
"authors": {
"LazyCat": "dxyrainbow@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GreenBeanD/LCTool.git",
"tag": "1.0.1"
},
"source_files": "LCToolKit/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.5.1"
],
"FMDB": [
"~> 2.7.2"
]
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}