[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 1 / TETabBarController / 0.1.0 / TETabBarController.podspec.json
blobf449ab1c868a20a40a47b3f923f4f227807a2bbd
2   "name": "TETabBarController",
3   "version": "0.1.0",
4   "summary": "Custom implementation of the tab bar.",
5   "description": "This is a custom implementation of the tab bar which allows for more flexibility of the tabs shown.\nFor example, you are able to add long press actions to the tab bar items, \nor make a tab tappable but not selectable.\n\nThis project was created as a proof of concept since there is no native (or easy) way to customise\nthe tab bar items.",
6   "homepage": "https://github.com/Fudge0952/TETabBarController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Fudge0952/TETabBarController/master/Screenshots/ss1.jpg",
9     "https://raw.githubusercontent.com/Fudge0952/TETabBarController/master/Screenshots/ss2.jpg",
10     "https://raw.githubusercontent.com/Fudge0952/TETabBarController/master/Screenshots/ss3.jpg",
11     "https://raw.githubusercontent.com/Fudge0952/TETabBarController/master/Screenshots/ss4.jpg"
12   ],
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Timothy Ellis": "crazyivan444@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/Fudge0952/TETabBarController.git",
22     "tag": "0.1.0"
23   },
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "TETabBarController/Classes/**/*",
28   "frameworks": "UIKit"