[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 0 / 7 / c / AKMediaViewer / 1.0.9 / AKMediaViewer.podspec.json
blob222ec182a4c98b763e6f4c5a02d410d4a79d8ccb
2   "name": "AKMediaViewer",
3   "version": "1.0.9",
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   "swift_version": "4.2",
24   "source": {
25     "git": "https://github.com/dogo/AKMediaViewer.git",
26     "tag": "1.0.9"
27   },
28   "source_files": "AKMediaViewer/*.{h,swift}",
29   "resource_bundles": {
30     "AKMediaViewer": [
31       "AKMediaViewer/xib/*.xib",
32       "AKMediaViewer/Resources/*.png"
33     ]
34   },
35   "requires_arc": true,
36   "dependencies": {
37     "ASBPlayerScrubbing": [
38       "~> 0.1"
39     ]
40   }