blob: b51ae1340da09dd90ad2dbb782f64a2cd8cd9923 [file] [log] [blame]
{
"name": "UIFastKit",
"version": "1.0.4",
"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.4"
},
"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"
]
}
}