blob: ddddca18959b9696ddfd896d6b22c239712d1fa7 [file] [log] [blame]
{
"name": "V5AMRFileCodec",
"version": "1.0.0",
"summary": "iOS library convert between .amr and .wav file, support bit code.",
"description": "It is a library convert between .amr and .wav file, support bit code, which implement by Objective-C.",
"homepage": "https://github.com/V5KF/V5AMRFileCodec",
"license": "MIT",
"authors": {
"Chyrain": "chyrain_v5kf@qq.com"
},
"source": {
"git": "https://github.com/V5KF/V5AMRFileCodec.git",
"tag": "1.0.0"
},
"social_media_url": "http://www.v5kf.com",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "V5AMRFileCodec/**/*.{h,m}",
"vendored_libraries": "V5AMRFileCodec/**/*.a",
"preserve_paths": "**/*.a",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
}
}