blob: 4178fe9e099aad5897ddfe56cd658c09f3b8f918 [file] [log] [blame]
{
"name": "Lavender",
"version": "0.1.0",
"summary": "Lavender is a Swift Kit to enhance iOS development.",
"description": "Lavender is a Swift Kit to enhance iOS development\n* A custom ImageView of UIControl",
"homepage": "https://github.com/hyacinthxinxin/Lavender",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hyacinthxinxin": "fanxin0202@163.com"
},
"source": {
"git": "https://github.com/hyacinthxinxin/Lavender.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "Lavender/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7.2"
],
"SnapKit": [
"~> 4.0.0"
],
"SwiftyJSON": [
"~> 4.1.0"
],
"Kingfisher": [
"~> 4.8.0"
],
"SVProgressHUD": [
"~> 2.2.5"
]
}
}