blob: 48ab7b7d60a37ff7a6c52555909503c55b7f368b [file] [log] [blame]
{
"name": "JVideoPlayer",
"version": "0.0.2",
"summary": "网络播放器,可全屏幕通知,拖动快进,显示缓存进度,自动播放",
"description": " A longer description of JVideoPlayer in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://my.oschina.net/juwenz/blog",
"license": "MIT",
"authors": {
"juwenz": "juwenz@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "git@git.oschina.net:juwenz/VideoPlayer.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"JVideoPlayer/Classes/**/*.{h,m}"
],
"resources": "JVideoPlayer/Classes/image/*.png",
"requires_arc": true
}