blob: 37cad93c0a4d41e9077be12e81826bf9d6d66a1b [file] [log] [blame]
{
"name": "ZKPlayer",
"version": "0.1",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "封装 AVPlayer,使用方便。",
"homepage": "https://github.com/WangWenzhuang/ZKPlayer",
"authors": {
"WangWenzhuang": "1020304029@qq.com"
},
"source": {
"git": "https://github.com/WangWenzhuang/ZKPlayer.git",
"tag": "0.1"
},
"description": "封装 AVPlayer,使用方便。",
"source_files": "ZKPlayer/*.swift",
"resources": "ZKPlayer/ZKPlayer.bundle",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}