blob: 1820557a6b50fd471ce511339207a979b21b1750 [file] [log] [blame]
{
"name": "VKVideoPlayer",
"version": "0.1.1",
"summary": "VKVideoPlayer is Http Live Streaming player that is able to display subtitles.",
"homepage": "https://github.com/viki-org/VKVideoPlayer",
"license": "Apache License, Version 2.0",
"authors": {
"Keisuke Matsuo": "matzo@viki.com"
},
"source": {
"git": "https://github.com/viki-org/VKVideoPlayer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"resources": [
"Assets/*.png",
"Classes/ios/*.{xib}"
],
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h",
"frameworks": [
"QuartzCore",
"MediaPlayer",
"AVFoundation"
],
"dependencies": {
"DTCoreText": [
"~> 1.6.11"
],
"AFNetworking": [
"1.3.3"
],
"CocoaLumberjack": [
"~> 1.7.0"
],
"VKFoundation": [
"0.1.1"
]
}
}