blob: 360b041a4712b2f8144737847c0aef6a12372e25 [file] [log] [blame]
{
"name": "SSCustomTabMenu",
"version": "0.1.6",
"summary": "Custom tab menu controller for iOS.",
"description": "This CustomTabMenu will add custom menu at bottom!",
"homepage": "https://github.com/simformsolutions/SSCustomTabMenu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"simformsolutions": "reg@simform.in"
},
"source": {
"git": "https://github.com/simformsolutions/SSCustomTabMenu.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "CustomTabMenu",
"subspecs": [
{
"name": "Helper",
"source_files": "SSCustomTabMenu/CustomTabMenu/Helper/*.swift"
},
{
"name": "SSTabStoryBoard",
"resource_bundles": {
"SSCustomTabMenu": [
"SSCustomTabMenu/CustomTabMenu/SSTabStoryBoard/*.storyboard"
]
}
},
{
"name": "image",
"source_files": "SSCustomTabMenu/CustomTabMenu/image/*.png"
}
]
}
]
}