blob: 21c62841e1864f536e43bf5987a6c9ee9a496588 [file] [log] [blame]
{
"name": "GBStorageController",
"version": "1.0.0",
"summary": "iOS Control for a retractable tab bar that supports full customisation in terms of sizing, behaviour, and custom views.",
"homepage": "https://github.com/lmirosevic/GBStorageController",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBStorageController.git",
"tag": "1.0.0"
},
"source_files": "GBStorageController/GBStorageController.{h,m}",
"public_header_files": "GBStorageController/GBStorageController.h",
"requires_arc": true,
"dependencies": {
"GBToolbox": [
]
}
}