blob: 254fe76b3c6952cc59ba8df8433d761c228d6140 [file] [log] [blame]
{
"name": "PBJVideoPlayer",
"version": "0.1.0",
"summary": "iOS video player, supports 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.0"
},
"frameworks": [
"Foundation",
"AVFoundation",
"CoreGraphics",
"QuartzCore",
"UIKit"
],
"platforms": {
"ios": "6.0"
},
"source_files": "Source",
"requires_arc": true
}