blob: 0713ebeefbc321b307e1ef1a4a1a22970880ed17 [file] [log] [blame]
{
"name": "SimpleTabBarController",
"version": "0.2.0",
"summary": "Finally you can customize the tabbar and its items easily.",
"description": "SimpleBarController is a Swift module to allow more customization of tabbar items, tabbar animations, and it's inherited from UITabBarController.",
"homepage": "https://github.com/NicholasMata/SimpleTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Mata": "NicholasMata94@gmail.com"
},
"source": {
"git": "https://github.com/NicholasMata/SimpleTabBarController.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SimpleTabBarController/Classes/**/*",
"resource_bundles": {
"SimpleTabBarController": [
"SimpleTabBarController/Assets/**/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation"
]
}