blob: 205c697e7ed8b8801f59a0c22d3da0d64be087dc [file] [log] [blame]
{
"name": "SimpleTab",
"version": "0.1.0",
"summary": "A Simple iOS Tab Bar Controller with animation support.",
"description": "SimpleTab is a simple tab bar controller for iOS 8 and above, which extends the default UITabBarController class with customization support for :\n* Tab Item Custom UI\n* Tab Item Animations\n* View Transitions",
"homepage": "https://github.com/azfx/SimpleTab",
"license": "MIT",
"authors": {
"azfx": "abdul.zalil@gmail.com"
},
"source": {
"git": "https://github.com/azfx/SimpleTab.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SimpleTab": [
"Pod/Assets/*.png"
]
}
}