blob: 9f2986bb633b8097763fa74d6d3de0697b9410f6 [file] [log] [blame]
{
"name": "SABarButtonView",
"version": "0.1.0",
"summary": "A subclass of UIView which helps you to create toggle able views easily.",
"description": "SABarButtonView easily lets you design and create your TabBar in Interface builder using IBDesignables. Configure your tabButtons and attached the toggle able views and thats all.",
"homepage": "https://github.com/siavashalipour/SABarButtonView",
"license": "MIT",
"authors": {
"Siavash": "siavash.apps@yahoo.coom"
},
"source": {
"git": "https://github.com/siavashalipour/SABarButtonView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SABarButtonView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}