blob: 0be79d27c39f3aed0e3eff51cbe6847a626facb9 [file] [log] [blame]
{
"name": "TMTTabBar",
"version": "0.2",
"summary": "TMTTabBar is a flexible tab bar view for OS X applications.",
"description": "This pod provides tab bars and views for OS X applications. Features include creation and deletion of tabs, drag and drop, hotkeys, ...",
"license": "MIT",
"authors": {
"Tobias Mende": "i@tobias-men.de"
},
"homepage": "https://github.com/TobiasMende/TMTTabBar",
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/TobiasMende/TMTTabBar.git",
"tag": "0.2"
},
"source_files": "TMTTabBar/**/*.{h,m}",
"resources": "**/*.xib",
"requires_arc": true
}