blob: 3b48388c22b4f8ccbf1d83d0a7bcaff80e8e0e8b [file] [log] [blame]
{
"name": "APLIntroView",
"version": "0.4.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": "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.4.0"
},
"source_files": [
"APLIntroView",
"APLIntroView/**/*.{swift,h}"
],
"exclude_files": "APLIntroView/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"APLVideoPlayerView": [
"~> 0.0.6"
]
}
}