blob: 8e561e04de484d7e0def610f34880fbca1137e29 [file] [log] [blame]
{
"name": "MLAVKit",
"version": "1.0.1",
"summary": "Collection for usage tools to make development Swift faster",
"description": "Collection for usage tools to make development Swift faster",
"homepage": "http://mobytelab.com/",
"license": "MIT",
"authors": {
"To Anh Vu": "vu.to@mobytelab.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/vuto7722/MLKit.git",
"tag": "1.0.1"
},
"source_files": [
"MLKit",
"MLKit/**/*.{h,m,swift}"
],
"exclude_files": [
"MLKit/Examples",
"MLKit/MLKitTests"
],
"frameworks": "UIKit",
"dependencies": {
"IQKeyboardManagerSwift": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}