blob: f295dca96681260e767a709bdd8d802a3385da4f [file] [log] [blame]
{
"name": "TMVideoPlayer",
"version": "1.2.5",
"summary": "A fast, beautiful video player for iOS.",
"homepage": "https://github.tumblr.net/Tumblr/TMVideoPlayer/",
"license": {
"type": "Copyright",
"text": "Copyright 2016 Tumblr, Inc"
},
"authors": {
"iOS Team": "ios@tumblr.com"
},
"source": {
"git": "https://github.tumblr.net/TumblrMobile/TMVideoPlayer.git",
"tag": "1.2.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Classes",
"resource_bundles": {
"TMVideoPlayerResources": [
"Assets/**"
]
},
"dependencies": {
"KVOController": [
"~> 1.1.0"
],
"TMAudio": [
"~> 1.1.0"
]
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"MediaPlayer"
]
}