blob: 292064e5c2f67227ce74110be7b6926ec8af8b17 [file] [log] [blame]
{
"name": "PBJVideoPlayer",
"version": "0.3.2",
"summary": "simple video player library for iOS and tvOS, featuring touch-to-play",
"homepage": "https://github.com/piemonte/PBJVideoPlayer",
"social_media_url": "http://twitter.com/piemonte",
"license": "MIT",
"authors": {
"patrick piemonte": "piemonte@alumni.cmu.edu"
},
"source": {
"git": "https://github.com/piemonte/PBJVideoPlayer.git",
"tag": "v0.3.2"
},
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": "Source",
"requires_arc": true,
"screenshots": "https://raw.github.com/piemonte/PBJVideoPlayer/master/PBJVideoPlayer.gif"
}