[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / 1 / 8 / MXLMediaView / 1.1.0 / MXLMediaView.podspec.json
blobe55e33206a2e3d66daaa6a84a39779ccdc59cdb8
2   "name": "MXLMediaView",
3   "version": "1.1.0",
4   "summary": "This is a class designed to show an image or video, and blur & shrink the background. Similar to the Facebook app.",
5   "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",
6   "homepage": "https://github.com/KiranPanesar/MXLMediaView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kiran Panesar": "KiranSinghPanesar@googlemail.com"
13   },
14   "social_media_url": "http://twitter.com/k_panesar",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/KiranPanesar/MXLMediaView.git",
20     "tag": "v1.1.0"
21   },
22   "source_files": [
23     "Classes",
24     "MXLMediaView/**/*.{h,m}"
25   ],
26   "requires_arc": true