blob: 37d03768873db612ed71f20bd1f7d369b7b9ed3a [file] [log] [blame]
{
"name": "SPAsyncVideoView",
"version": "0.2.1",
"summary": "Smooth asynchronous video view. Perfect for autoplay & loop videos in UITableView/UICollectionView.",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SPAsyncVideoView/Classes/**/*",
"public_header_files": "SPAsyncVideoView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"requires_arc": true
}