blob: 766a173a9975530c15a48626a75e70ed6b22a731 [file] [log] [blame]
{
"name": "OZTabBarController",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "OZTabBarController/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}