blob: e55e33206a2e3d66daaa6a84a39779ccdc59cdb8 [file] [log] [blame]
{
"name": "MXLMediaView",
"version": "1.1.0",
"summary": "This is a class designed to show an image or video, and blur & shrink the background. Similar to the Facebook app.",
"description": " MXLMediaView was created for our own apps at MobileX Labs. I wanted to implement the 'display style' that a lot of other apps are using nowadays when the background blurs and shrinks (Facebook, TweetBot, etc). But I wanted my own little twist. I decided to take advantage of the nifty UIKit Dynamics library added in iOS 7 to have the media drop and bounce onto the screen. \n",
"homepage": "https://github.com/KiranPanesar/MXLMediaView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kiran Panesar": "KiranSinghPanesar@googlemail.com"
},
"social_media_url": "http://twitter.com/k_panesar",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KiranPanesar/MXLMediaView.git",
"tag": "v1.1.0"
},
"source_files": [
"Classes",
"MXLMediaView/**/*.{h,m}"
],
"requires_arc": true
}