[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / f / 8 / c / XLMediaZoom / 1.0.0 / XLMediaZoom.podspec.json
blobe4dae19e4fef27c191f0139e3fd8b7fcd7b729d0
2   "name": "XLMediaZoom",
3   "version": "1.0.0",
4   "summary": "UI controls to view an image or video in fullscreen.",
5   "description": "                    XLMediaZoom is a tool for iPhone (iOS 5+) to display images and reproduce \n                    videos in fullscreen like Instagram does.\n",
6   "homepage": "https://github.com/xmartlabs/XLMediaZoom",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Miguel Revetria": "miguel@xmartlabs.com",
13     "Martin Barreto": "martin@xmartlabs.com"
14   },
15   "source": {
16     "git": "https://github.com/xmartlabs/XLMediaZoom.git",
17     "tag": "v1.0.0"
18   },
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "XLMediaZoom/XL/*.{h,m}",
23   "public_header_files": "XLMediaZoom/XL/*.h",
24   "frameworks": [
25     "AVFoundation",
26     "UIKit",
27     "Foundation",
28     "CoreGraphics"
29   ],
30   "requires_arc": true