blob: 0162bc075b5c2f9582f6915cc163326a9783aa94 [file] [log] [blame]
{
"name": "MGPlayerView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"default_subspecs": "All",
"resource_bundles": {
"MGPlayerView": [
"MGPlayerView/Assets/Img/*.png"
]
},
"dependencies": {
"Masonry": [
]
},
"prefix_header_contents": "#import\"Masonry.h\"",
"subspecs": [
{
"name": "All",
"dependencies": {
"MGPlayerView/Protocol": [
],
"MGPlayerView/Category": [
],
"MGPlayerView/GestureView": [
],
"MGPlayerView/ContentView": [
],
"MGPlayerView/MaskView": [
],
"MGPlayerView/Main": [
]
}
},
{
"name": "Protocol",
"source_files": "MGPlayerView/Classes/Protocol"
},
{
"name": "Category",
"source_files": "MGPlayerView/Classes/Category"
},
{
"name": "ContentView",
"source_files": "MGPlayerView/Classes/ContentView"
},
{
"name": "GestureView",
"source_files": "MGPlayerView/Classes/GestureView",
"dependencies": {
"MGPlayerView/Protocol": [
]
}
},
{
"name": "MaskView",
"source_files": "MGPlayerView/Classes/MaskView",
"dependencies": {
"MGPlayerView/Category": [
],
"MGPlayerView/GestureView": [
],
"MGPlayerView/Protocol": [
]
}
},
{
"name": "Main",
"source_files": "MGPlayerView/Classes/Main",
"dependencies": {
"MGPlayerView/GestureView": [
],
"MGPlayerView/ContentView": [
],
"MGPlayerView/MaskView": [
]
}
}
]
}