[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / 5 / SABarButtonView / 0.1.0 / SABarButtonView.podspec.json
blob9f2986bb633b8097763fa74d6d3de0697b9410f6
2   "name": "SABarButtonView",
3   "version": "0.1.0",
4   "summary": "A subclass of UIView which helps you to create toggle able views easily.",
5   "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.",
6   "homepage": "https://github.com/siavashalipour/SABarButtonView",
7   "license": "MIT",
8   "authors": {
9     "Siavash": "siavash.apps@yahoo.coom"
10   },
11   "source": {
12     "git": "https://github.com/siavashalipour/SABarButtonView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SABarButtonView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"