blob: 312900443a2d892364113e1b03a6d2888f84b06d [file] [log] [blame]
{
"name": "APLIntroView",
"version": "0.2.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_versions": [
"4.2",
"5.0"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Philip Krück",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLIntroView.git",
"tag": "0.2.0"
},
"source_files": [
"APLIntroView",
"APLIntroView/**/*.{swift,h}"
],
"exclude_files": "APLIntroView/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"APLVideoPlayerView": [
"~> 0.0.6"
]
}
}