blob: 487b0df91aaddc1e2eaa562b6171e478659074d5 [file] [log] [blame]
{
"name": "KOTabs",
"version": "0.0.1",
"summary": "Easily create a tabbed document interface.",
"homepage": "https://github.com/adamhoracek/KOTabs",
"license": "MIT",
"authors": "Adam Horacek",
"source": {
"git": "https://github.com/adamhoracek/KOTabs.git",
"commit": "88069c74e14e1c20f0594e79d1842e6ecb42d0b6"
},
"platforms": {
"ios": null
},
"source_files": "KOTabs/KO{Tabs,TabView,TabButton}.{h,m}",
"resources": "KOTabs/*.png",
"requires_arc": true,
"description": " With KOTabs you can easily create a tabbed document interface.\n The user can switch between tabs with a single tap.\n The tabs can be closed with the \"x\" icon in the corner.\n When there are more tabs than the screen can show, the whole bar can be scrolled to the side.\n It was developed for Kodiak PHP, an app which allows you to write and run PHP code directly on the iPad.\n\n To see the component in action, take a look at the video at http://www.becomekodiak.com/ or try our app called Kodiak PHP on the App Store.\n"
}