blob: d85a3c75d3bf82906ceb243fcf66514284548a21 [file] [log] [blame]
{
"name": "XLMediaZoom",
"version": "2.0.1",
"summary": "UI controls to view an image or video in fullscreen like Instagram does with support for iOS 7.",
"description": " XLMediaZoom is a tool for iPhone (iOS 5+) to display images and reproduce \n videos in fullscreen like Instagram does. It's possible to specify background color, opacity and blur effect\n",
"homepage": "https://github.com/xmartlabs/XLMediaZoom",
"license": {
"type": "MIT"
},
"authors": {
"Miguel Revetria": "miguel@xmartlabs.com",
"Martin Barreto": "martin@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLMediaZoom.git",
"tag": "v2.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "XLMediaZoom/XL/*.{h,m}",
"public_header_files": "XLMediaZoom/XL/*.h",
"frameworks": [
"AVFoundation",
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}