[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / c / AKMediaViewer / 0.0.2 / AKMediaViewer.podspec.json
blobee6dac91feaf9c4d8793b1d903febe75ea8c5c66
2   "name": "AKMediaViewer",
3   "version": "0.0.2",
4   "summary": "Beautiful iOS library to animate your image and video thumbnails to fullscreen. Written in Swift",
5   "homepage": "https://github.com/dogo/AKMediaViewer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Diogo Autilio": "diautilio@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/di_autilio",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "CoreGraphics",
21     "AVFoundation"
22   ],
23   "source": {
24     "git": "https://github.com/dogo/AKMediaViewer.git",
25     "tag": "0.0.2"
26   },
27   "source_files": "AKMediaViewer/*.{h,swift}",
28   "resources": [
29     "AKMediaViewer/xib/*.xib",
30     "AKMediaViewer/Resources/*.png"
31   ],
32   "requires_arc": true,
33   "dependencies": {
34     "ASBPlayerScrubbing": [
35       "~> 0.1"
36     ]
37   }