blob: 5e4ed7181744e28167a8bb21c8f3830c39dd63f0 [file] [log] [blame]
{
"name": "BTabViewController",
"version": "1.0.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": "1.0.0"
},
"source_files": [
"Sources/",
"BTabViewController/BTabGroup/**/*.{h,m,swift}"
],
"exclude_files": "BTabViewController/BTabGroup/Exclude",
"frameworks": "UIKit",
"swift_version": "4.2"
}