blob: 9c2308fcc937d3dd0439e17081a33d3e8e297e7c [file] [log] [blame]
{
"name": "GifTabBarController",
"version": "1.0.0",
"summary": "TabBarController with Gif tabBarItem.",
"description": "TabBarController has Gif image on tabBarItem.It will animation a loop when tapping.",
"homepage": "https://github.com/FelixLinBH/GifTabBarController",
"screenshots": "https://raw.githubusercontent.com/FelixLinBH/GifTabBarController/master/1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"felix.lin": "fly_81211@hotmail.com"
},
"source": {
"git": "https://github.com/FelixLinBH/GifTabBarController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GifTabBarController/Classes/**/*",
"public_header_files": [
"GifTabBarController/Classes/*.h",
"GifTabBarController/Classes/**/*.h"
],
"frameworks": "UIKit",
"dependencies": {
"FLAnimatedImage": [
],
"Masonry": [
]
}
}