[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / d / 2 / GGTabBar / 0.0.2 / GGTabBar.podspec.json
blob4f3a39d43bc935f995f2d7fd39fa4b65b227abc9
2   "name": "GGTabBar",
3   "version": "0.0.2",
4   "summary": "Simple UITabBar/UITabBarController replacement made by using AutoLayout",
5   "description": "100% Made with Auto Layout customizable UITabBar or UITabBarController replacement. Forget CGRects and frames. Born out of the necessity of having a customizable UITabBar replacement that would be ready for any screen size and that adopted the more modern Auto Layout API.",
6   "homepage": "https://github.com/Goles/GGTabBar/",
7   "screenshots": "https://raw.githubusercontent.com/Goles/GGTabBar/master/screenshot.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Nicolas Goles": "goles.nicolas@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/ngoles",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/Goles/GGTabBar.git",
21     "tag": "0.0.2"
22   },
23   "source_files": [
24     "GGTabBar",
25     "GGTabBar/**/*.{h,m}"
26   ],
27   "requires_arc": true