blob: bc4cd450ccf943a47144889e19e7144b1ef38910 [file] [log] [blame]
{
"name": "VideoPlayerKit",
"version": "1.0.0",
"platforms": {
"ios": "5.0"
},
"license": {
"type": "MIT"
},
"summary": "A custom iOS video player with controls, progress bar, and airplay all set up.",
"homepage": "https://github.com/ign/VideoPlayerKit",
"authors": {
"Aung Thar": "samuraizack@gmail.com",
"Grant Bartone": "gbartone@ign.com",
"Alex Ivlev": "aivlev@ign.com",
"Brad Taylor": "brtaylor@ign.com"
},
"source": {
"git": "https://github.com/ign/VideoPlayerKit.git",
"tag": "1.0.0"
},
"description": "We know how hard making a custom video player is. That is why we created VideoPlayerKit. Using VideoPlayerKit is easy. All controls, progress bar, and airplay are already set up to make everyone life easier.",
"source_files": "Code/*.{h,m}",
"resources": "Assets/*.png",
"dependencies": {
"ShareThis": [
"1.0.0"
]
},
"frameworks": [
"AudioToolbox",
"CoreMedia",
"AVFoundation",
"MediaPlayer"
],
"requires_arc": true
}