blob: 54d7e564b32cd429c643218aaf3ba4765a7420f3 [file] [log] [blame]
{
"name": "OZTabBarController",
"version": "0.2.0",
"summary": "Lightweight tab bar controller geared for maximum customizability.",
"homepage": "https://github.com/chakrit/oztabbarcontroller",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Chakrit Wichian": "service@chakrit.net"
},
"source": {
"git": "https://github.com/chakrit/oztabbarcontroller.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "OZTabBarController/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}