blob: 37084d9f0aa2ed0c02c9fdc50fab55e34230d74a [file] [log] [blame]
{
"name": "SSCustomTabMenu",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "CustomTabMenu",
"subspecs": [
{
"name": "Helper",
"source_files": "SSCustomTabMenu/CustomTabMenu/Helper/*.swift"
},
{
"name": "Helper",
"resource_bundles": {
"SSCustomTabMenu": [
"SSCustomTabMenu/CustomTabMenu/SSTabStoryBoard/*.storyboard"
]
}
}
]
}
]
}