blob: 47f7238ec18ce91042f1d7b16008388d1ff2a9d8 [file] [log] [blame]
{
"name": "KZ_AudioConverter",
"version": "0.1.1",
"summary": "iOS amr wav convert.",
"homepage": "https://github.com/KieronZhang/KZ_AudioConverter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_AudioConverter.git",
"tag": "0.1.1",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"libraries": "stdc++",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"requires_arc": true,
"ios": {
"frameworks": "Foundation",
"vendored_frameworks": "KZ_AudioConverter/KZ_AudioConverter_iOS.framework"
},
"platforms": {
"ios": "8.0"
}
}