blob: 9a8604cec8dc666c4d88a747aab2b251ad977cb5 [file] [log] [blame]
{
"name": "BTabViewController",
"version": "0.1.0",
"summary": "Multiple view controller in TabViewController like Android Navigation",
"description": "\"Tab controller which automatically embed the scroll view and the tabs as a collection view, and user interface can be customazible\"",
"homepage": "https://brkyvrkn.github.io/BTabViewController/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Berkay Vurkan": "berkayvurkan@yahoo.com"
},
"social_media_url": "https://twitter.com/brkyvrkn",
"platforms": {
"ios": "11.4"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/brkyvrkn/BTabViewController.git",
"tag": "0.1.0"
},
"source_files": [
"Sources/",
"BTabViewController/BTabGroup/**/*.{h,m,swift}"
],
"exclude_files": "BTabViewController/BTabGroup/Exclude",
"resources": "BTabViewController/BTabGroup/**/*.{xib}",
"frameworks": "UIKit",
"swift_version": "4.2"
}