blob: 96c04152d4f34db82f357917de3a6ddda2169553 [file] [log] [blame]
{
"name": "TBVideoSplashScreen",
"version": "0.1.1",
"summary": "TBVideoSplashScreen allows you to create a splash screen using a video file",
"description": " Tired of using static images as the launch screen? Many prefer an animated splash screen but GIF files are quite a pain. Make a cool animation, export it out to video, use this library to show it and then let your app start normally at video finish.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/terrybu/TBVideoSplashScreen",
"license": "MIT",
"authors": {
"Terry Bu": "burea1124@gmail.com"
},
"source": {
"git": "https://github.com/terrybu/TBVideoSplashScreen.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TBVideoSplashScreen": [
"Pod/Assets/*.png"
]
}
}