blob: 4f3a39d43bc935f995f2d7fd39fa4b65b227abc9 [file] [log] [blame]
{
"name": "GGTabBar",
"version": "0.0.2",
"summary": "Simple UITabBar/UITabBarController replacement made by using AutoLayout",
"description": "100% Made with Auto Layout customizable UITabBar or UITabBarController replacement. Forget CGRects and frames. Born out of the necessity of having a customizable UITabBar replacement that would be ready for any screen size and that adopted the more modern Auto Layout API.",
"homepage": "https://github.com/Goles/GGTabBar/",
"screenshots": "https://raw.githubusercontent.com/Goles/GGTabBar/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicolas Goles": "goles.nicolas@gmail.com"
},
"social_media_url": "http://twitter.com/ngoles",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Goles/GGTabBar.git",
"tag": "0.0.2"
},
"source_files": [
"GGTabBar",
"GGTabBar/**/*.{h,m}"
],
"requires_arc": true
}