blob: 8092736499c6b50f0e8c3735279a28fd5dcb765b [file] [log] [blame]
{
"name": "UIFastKit",
"version": "1.0.16",
"summary": "A short description of UIFastKit.",
"description": "description",
"homepage": "http://EXAMPLE/UIFastKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bmcool": "bloggerbm@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/bmcool/UIFastKit.git",
"tag": "1.0.16"
},
"source_files": "UIFastKit/Source/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"FlexLayout": [
"~> 1.3.20"
],
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
],
"PinLayout": [
"~> 1.9.2"
],
"UITextView+Placeholder": [
"~> 1.4.0"
]
}
}