blob: 5f2a7bf70284f826c5a1063f7c262aa3013145e5 [file] [log] [blame]
{
"name": "LKTabBarController",
"version": "1.0.0",
"summary": "A Simple tab bar controller",
"description": "Super simple tab bar controller where the developer creates their own buttons and places a container view which holds the sub view controllers.",
"homepage": "https://github.com/lightningkite/LKTabBarController",
"license": "MIT",
"authors": {
"Abraham Done": "abraham@lightningkite.com"
},
"source": {
"git": "https://github.com/lightningkite/LKTabBarController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SnapKit": [
]
},
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}