blob: 6b8480b5d6974ff5fe649a06f1c97a1a64806c87 [file] [log] [blame]
{
"name": "FZAVPlayer",
"version": "0.0.4",
"summary": "A short description of FZAVPlayer.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/wufuzeng/FZAVPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wufuzeng": "wufuzeng_lucky@sina.com"
},
"source": {
"git": "https://github.com/wufuzeng/FZAVPlayer.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": [
"FZAVPlayer/Classes/FZAVPlayer.h",
"FZAVPlayer/Classes/Core/*.h",
"FZAVPlayer/Classes/UI/FZAVPlayerView.h"
],
"source_files": [
"FZAVPlayer/Classes/FZAVPlayer.h",
"FZAVPlayer/Classes/**/*.{h,m}"
],
"resource_bundles": {
"FZAVPlayer": [
"FZAVPlayer/Assets/*.png"
]
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}