[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 2 / e / SPAsyncVideoView / 0.4.0 / SPAsyncVideoView.podspec.json
blob25a1cf0f0f9a68d936d1dde0bb2e17da3ac1617c
2   "name": "SPAsyncVideoView",
3   "version": "0.4.0",
4   "summary": "Smooth asynchronous video view. Perfect for autoplay & loop videos/gifs 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.4.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     "ImageIO",
27     "MobileCoreServices"
28   ],
29   "requires_arc": true