blob: a34b7fe3942d77ec1c69865ae9276c56b13f26bd [file] [log] [blame]
{
"name": "LAKit",
"version": "0.0.3",
"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.3"
},
"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"
}