[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 2 / e / SPAsyncVideoView / 0.3.0 / SPAsyncVideoView.podspec.json
blobb84c350d55740094c16051441d65b3048fec1b96
2   "name": "SPAsyncVideoView",
3   "version": "0.3.0",
4   "summary": "Smooth asynchronous video view. Perfect for autoplay & loop videos in UITableView/UICollectionView.",
5   "homepage": "https://github.com/xquezme/SPAsyncVideoView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pimenov Sergey": "pimenov.sergei@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/xquezme/SPAsyncVideoView.git",
15     "tag": "0.3.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SPAsyncVideoView/Classes/**/*",
21   "public_header_files": "SPAsyncVideoView/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "AVFoundation"
26   ],
27   "requires_arc": true