blob: f074c3b8995c4790b1266c328a1549bf9e817b51 [file] [log] [blame]
{
"name": "APLIntroView",
"version": "0.1.0",
"summary": "This piece of information is pretty invalid",
"description": "* APLIntroView uses a single ViewController to extend the launch screen by displaying the launch image \n* or showing a video with configurable options.",
"homepage": "https://github.com/apploft/APLIntroView",
"swift_version": "4.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Philip Krück",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLIntroView.git",
"tag": "0.1.0"
},
"source_files": [
"APLIntroView",
"APLIntroView/**/*.{swift,h}"
],
"exclude_files": "APLIntroView/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"APLVideoPlayerView": [
"~> 0.0.6"
]
}
}