blob: 3ea3d6aed33c33bc992ca24574dc243fb42e8ef7 [file] [log] [blame]
{
"name": "MGPlayerView",
"version": "0.1.1",
"summary": "A short description of MGPlayerView.",
"description": "简易视频播放器",
"homepage": "https://github.com/mal666666/MGPlayerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"小马哥": "mal666666@163.com"
},
"source": {
"git": "https://github.com/mal666666/MGPlayerView.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MGPlayerView/Classes/Main/*.{h,m}",
"MGPlayerView/Classes/ContentView/*.{h,m}",
"MGPlayerView/Classes/GestureView/*.{h,m}",
"MGPlayerView/Classes/MaskView/*.{h,m}",
"MGPlayerView/Classes/Category/*.{h,m}"
],
"resource_bundles": {
"MGPlayerView": [
"MGPlayerView/Assets/*.png"
]
},
"dependencies": {
"Masonry": [
]
},
"prefix_header_contents": "#import\"Masonry.h\""
}