[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / a / c / GifTabBarController / 1.0.0 / GifTabBarController.podspec.json
blob9c2308fcc937d3dd0439e17081a33d3e8e297e7c
2   "name": "GifTabBarController",
3   "version": "1.0.0",
4   "summary": "TabBarController with Gif tabBarItem.",
5   "description": "TabBarController has Gif image on tabBarItem.It will animation a loop when tapping.",
6   "homepage": "https://github.com/FelixLinBH/GifTabBarController",
7   "screenshots": "https://raw.githubusercontent.com/FelixLinBH/GifTabBarController/master/1.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "felix.lin": "fly_81211@hotmail.com"
14   },
15   "source": {
16     "git": "https://github.com/FelixLinBH/GifTabBarController.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "GifTabBarController/Classes/**/*",
23   "public_header_files": [
24     "GifTabBarController/Classes/*.h",
25     "GifTabBarController/Classes/**/*.h"
26   ],
27   "frameworks": "UIKit",
28   "dependencies": {
29     "FLAnimatedImage": [
31     ],
32     "Masonry": [
34     ]
35   }