blob: 6feee20d5f6c677c0c5a4a5310865a7af045afbc [file] [log] [blame]
{
"name": "AKMediaViewer",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "AKMediaViewer/*.{h,swift}",
"resources": [
"AKMediaViewer/xib/*.xib",
"AKMediaViewer/Resources/*.png"
],
"requires_arc": true,
"dependencies": {
"ASBPlayerScrubbing": [
"~> 0.1"
]
}
}