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