blob: 533e5e76d1bf851b5bb55689e7174c2da9cc3f15 [file] [log] [blame]
{
"name": "SSCustomTabMenu",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "CustomTabMenu",
"subspecs": [
{
"name": "Helper",
"source_files": "SSCustomTabMenu/CustomTabMenu/Helper/*.swift"
}
]
}
]
}