[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / 7 / a / TBVideoSplashScreen / 0.1.0 / TBVideoSplashScreen.podspec.json
blob46804ce5eed654831675cc54a2fd19a26bfd9c60
2   "name": "TBVideoSplashScreen",
3   "version": "0.1.0",
4   "summary": "TBVideoSplashScreen allows you to create a splash screen using a video file",
5   "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",
6   "homepage": "https://github.com/terrybu/TBVideoSplashScreen",
7   "license": "MIT",
8   "authors": {
9     "Terry Bu": "burea1124@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/terrybu/TBVideoSplashScreen.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TBVideoSplashScreen": [
22       "Pod/Assets/*.png"
23     ]
24   }