blob: 6802bafcf355bb741d8546f6363e2f5d97d101f6 [file] [log] [blame]
{
"name": "LaunchScreen",
"version": "1.0.0",
"summary": "View controller class providing interactive & dynamic splash screens",
"description": "LaunchScreen is a UIViewController class that exposes your Launch Screen XIB as a view controller\nfor your use as an interactive/dynamic splash screen, or simply as a snapshot image for a static\nsplash screen.\n",
"homepage": "https://github.com/granoff/LaunchScreen",
"license": "MIT",
"authors": {
"Mark H. Granoff": "mark@granoff.net"
},
"source": {
"git": "https://github.com/granoff/LaunchScreen.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hawkimedia",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"LaunchScreen": [
"Pod/Assets/*.png"
]
}
}