[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 1 / 0 / SimpleTab / 0.1.0 / SimpleTab.podspec.json
blob205c697e7ed8b8801f59a0c22d3da0d64be087dc
2   "name": "SimpleTab",
3   "version": "0.1.0",
4   "summary": "A Simple iOS Tab Bar Controller with animation support.",
5   "description": "SimpleTab is a simple tab bar controller for iOS 8 and above, which extends the default UITabBarController class with customization support for :\n* Tab Item Custom UI\n* Tab Item Animations\n* View Transitions",
6   "homepage": "https://github.com/azfx/SimpleTab",
7   "license": "MIT",
8   "authors": {
9     "azfx": "abdul.zalil@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/azfx/SimpleTab.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     "SimpleTab": [
22       "Pod/Assets/*.png"
23     ]
24   }