blob: 75f07b0e083d52175f56b08e34bed1e4ab7e8274 [file] [log] [blame]
{
"name": "LaunchScreenViewController",
"version": "0.0.1",
"summary": "iOS View Controller for loading default launch screen in app and maybe to add some animations to it",
"description": " Use this class to subclass it. Hide some dynamic views inside LaunchScreen.xib if nessesary.\n Add subclass to storyboard and implement any animations you want in your subclass.\n",
"homepage": "https://github.com/k06a/LaunchScreenViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/k06a/LaunchScreenViewController.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}