[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 2 / SimpleTabBarController / 0.1.0 / SimpleTabBarController.podspec.json
blob37225febd5aef1ba0c6b45aa0dcaf1dc78853d3f
2   "name": "SimpleTabBarController",
3   "version": "0.1.0",
4   "summary": "Finally you can customize the tabbar and its items easily.",
5   "description": "SimpleBarController is a Swift module to allow more customization of tabbar items, tabbar animations, and it's inherited from UITabBarController.",
6   "homepage": "https://github.com/NicholasMata/SimpleTabBarController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicholas Mata": "NicholasMata94@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NicholasMata/SimpleTabBarController.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SimpleTabBarController/Classes/**/*",
22   "resource_bundles": {
23     "SimpleTabBarController": [
24       "SimpleTabBarController/Assets/**/*.png"
25     ]
26   },
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ]