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