blob: de0231c854b6553d41733b5444f46e2f598a2e65 [file] [log] [blame]
{
"name": "MinimalTabBar",
"version": "0.1.1",
"summary": "A minimizing tabbar for iOS",
"description": "MinimalTabBar is an elegant replacement for the standard UITabBar found on iOS. It includes optional navigation gestures to improve UX and reduce the UI footprint. Like the UITabBar, implimentation requires an array of ViewControllers and UITabBar items.\n",
"homepage": "https://github.com/jamesdunay/MinimalTabBar",
"license": "MIT",
"authors": {
"jamesdunay@gmail.com": "jamesdunay@gmail.com"
},
"source": {
"git": "https://github.com/jamesdunay/MinimalTabBar.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/*{h,m}"
}