blob: 5e4eb70e41dbd2e20ea122977e6fb614ea04d120 [file] [log] [blame]
{
"name": "PBJVideoPlayer",
"version": "0.1.1",
"summary": "iOS video player, simple drop in component featuring touch-to-play",
"homepage": "https://github.com/piemonte/PBJVideoPlayer",
"license": "MIT",
"authors": {
"Patrick Piemonte": "piemonte@alumni.cmu.edu"
},
"source": {
"git": "https://github.com/piemonte/PBJVideoPlayer.git",
"tag": "v0.1.1"
},
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "6.0"
},
"source_files": "Source",
"requires_arc": true
}