| { |
| "name": "AKVideoImageView", |
| "version": "1.0.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" |
| }, |
| "source": { |
| "git": "https://github.com/numen31337/AKVideoImageView.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Classes/*.{h,m}", |
| "frameworks": [ |
| "UIKit", |
| "AVFoundation" |
| ], |
| "requires_arc": true |
| } |