blob: 7da2a9bb94004f892bdcc6ae68d476498e0ca8f3 [file] [log] [blame]
{
"name": "LAKit",
"version": "0.0.4",
"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.4"
},
"source_files": [
"LAKit",
"LAKit/**/*.swift"
],
"exclude_files": [
"LAKit/AppDelegate.swift",
"LAKit/ViewController.swift"
],
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 4.0.0"
],
"RxSwift": [
"~> 4.0.0"
],
"RxCocoa": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}