blob: b22836a0e4a1cb366844440d27aecd4bf21569b7 [file] [log] [blame]
{
"name": "AKVideoImageView",
"version": "1.1.0",
"summary": "UIImageView subclass to a looped video",
"description": "UIImageView subclass which allows you to display a looped video and even dynamically switch it",
"homepage": "https://github.com/numen31337/AKVideoImageView",
"screenshots": "https://raw.githubusercontent.com/numen31337/AKVideoImageView/master/Resources/example.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleksandr Kirichenko": "numen31337@gmail.com"
},
"social_media_url": "https://www.facebook.com/AleksandrKirichenko",
"platforms": {
"ios": "7.1",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/numen31337/AKVideoImageView.git",
"tag": "1.1.0"
},
"source_files": "Classes/*.{h,m}",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true
}