blob: 06d82701bea666128b75c31b27f5823be38b7250 [file] [log] [blame]
{
"name": "LAKit",
"version": "0.0.1",
"summary": "convenient extension for cocoatouch coding in swift.",
"description": "convenient extension for cocoatouch coding in swift.",
"homepage": "https://github.com/royliu1990/LAKit",
"license": "MIT",
"authors": {
"liuao": "309225529@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/royliu1990/LAKit.git",
"tag": "0.0.1"
},
"source_files": [
"LAKit",
"LAKit/**/*.swift"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}