blob: 6841169049624df75ed14e7cca3a719d83e5aeb5 [file] [log] [blame]
{
"name": "BSTabBarController",
"version": "0.0.1",
"summary": "A custom tab bar controller for iOS.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/juxingzhutou/BSTabBarController.git",
"authors": {
"juxingzhutou": "juxingzhutou@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/juxingzhutou/BSTabBarController.git",
"tag": "v0.0.1"
},
"source_files": "BSTabBarController/*.{h,m}",
"public_header_files": "BSTabBarController/*.h",
"dependencies": {
"Masonry": [
"~>0.6.2"
]
}
}