[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 0 / V5AMRFileCodec / 1.0.0 / V5AMRFileCodec.podspec.json
blobddddca18959b9696ddfd896d6b22c239712d1fa7
2   "name": "V5AMRFileCodec",
3   "version": "1.0.0",
4   "summary": "iOS library convert between .amr and .wav file, support bit code.",
5   "description": "It is a library convert between .amr and .wav file, support bit code, which implement by Objective-C.",
6   "homepage": "https://github.com/V5KF/V5AMRFileCodec",
7   "license": "MIT",
8   "authors": {
9     "Chyrain": "chyrain_v5kf@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/V5KF/V5AMRFileCodec.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "http://www.v5kf.com",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "V5AMRFileCodec/**/*.{h,m}",
21   "vendored_libraries": "V5AMRFileCodec/**/*.a",
22   "preserve_paths": "**/*.a",
23   "xcconfig": {
24     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
25   }