[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / 0 / TMVideoPlayer / 1.2.5 / TMVideoPlayer.podspec.json
blobf295dca96681260e767a709bdd8d802a3385da4f
2   "name": "TMVideoPlayer",
3   "version": "1.2.5",
4   "summary": "A fast, beautiful video player for iOS.",
5   "homepage": "https://github.tumblr.net/Tumblr/TMVideoPlayer/",
6   "license": {
7     "type": "Copyright",
8     "text": "Copyright 2016 Tumblr, Inc"
9   },
10   "authors": {
11     "iOS Team": "ios@tumblr.com"
12   },
13   "source": {
14     "git": "https://github.tumblr.net/TumblrMobile/TMVideoPlayer.git",
15     "tag": "1.2.5"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes",
22   "resource_bundles": {
23     "TMVideoPlayerResources": [
24       "Assets/**"
25     ]
26   },
27   "dependencies": {
28     "KVOController": [
29       "~> 1.1.0"
30     ],
31     "TMAudio": [
32       "~> 1.1.0"
33     ]
34   },
35   "frameworks": [
36     "Foundation",
37     "UIKit",
38     "AVFoundation",
39     "MediaPlayer"
40   ]