blob: f43fc1dd65d30cf6fe5e06c2a0115f8ddddf3292 [file] [log] [blame]
{
"name": "SPAsyncVideoView",
"version": "0.4.4",
"summary": "Smooth asynchronous video view. Perfect for autoplay & loop videos/GIFs in UITableView/UICollectionView.",
"description": "Smooth asynchronous video view. Perfect for autoplay & loop videos/GIFs in UITableView/UICollectionView..\nCan play GIFs/videos with low memory footprint and on 60fps.",
"homepage": "https://github.com/xquezme/SPAsyncVideoView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pimenov Sergey": "pimenov.sergei@gmail.com"
},
"source": {
"git": "https://github.com/xquezme/SPAsyncVideoView.git",
"tag": "0.4.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SPAsyncVideoView/Classes/**/*",
"public_header_files": "SPAsyncVideoView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"ImageIO",
"MobileCoreServices"
],
"requires_arc": true
}