blob: c0fbea9b05486842f23643ad4dcf0a3d5dfe6339 [file] [log] [blame]
{
"name": "SPAsyncVideoView",
"version": "0.1.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.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SPAsyncVideoView/Classes/**/*",
"public_header_files": "SPAsyncVideoView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"requires_arc": true
}