blob: 3c84ee14559eea4fab2c378727f778a5722dccbf [file] [log] [blame]
{
"name": "KZ_AudioPlayer",
"version": "0.1",
"summary": "iOS audio player.",
"homepage": "https://github.com/KieronZhang/KZ_AudioPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang.": "https://github.com/KieronZhang"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_AudioPlayer.git",
"tag": "0.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation"
],
"vendored_frameworks": "KZ_AudioPlayer/KZ_AudioPlayerFramework.framework",
"requires_arc": true
}