blob: e4c95d8b2ae490a2f6d254660fa8885cd6661dab [file] [log] [blame]
{
"name": "UIImage+MMLaunchImage",
"version": "1.0.2",
"summary": "Returns the current launch image 'Default.png' for an iOS app, depending on OS version, device and orientation.",
"description": " Returns the current launch image 'Default.png' for an iOS app\n\n * Can deal with iOS7 and iOS6 style launch images\n * Deals with different orientations\n * Deals with iPhone and iPad idioms\n * Useful for displaying after launch, to create a fade into your app or waiting for an interstitial\n",
"homepage": "https://github.com/matthewmayer/MMLaunchImage",
"license": "MIT",
"authors": "Matt Mayer",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/matthewmayer/MMLaunchImage.git",
"tag": "1.0.2"
},
"source_files": "*.{h,m}",
"requires_arc": true
}