blob: 0406fe60cb462f3767ac7d708abe8e8b91b4e668 [file] [log] [blame]
{
"name": "AKMediaViewer",
"version": "1.0.4",
"summary": "Beautiful iOS library to animate your image and video thumbnails to fullscreen. Written in Swift",
"homepage": "https://github.com/dogo/AKMediaViewer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diogo Autilio": "diautilio@gmail.com"
},
"social_media_url": "http://twitter.com/di_autilio",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"source": {
"git": "https://github.com/dogo/AKMediaViewer.git",
"tag": "1.0.4"
},
"source_files": "AKMediaViewer/*.{h,swift}",
"resource_bundles": {
"AKMediaViewer": [
"AKMediaViewer/xib/*.xib",
"AKMediaViewer/Resources/*.png"
]
},
"requires_arc": true,
"dependencies": {
"ASBPlayerScrubbing": [
"~> 0.1"
]
},
"pushed_with_swift_version": "3.0"
}