[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 5 / c / LYAudioManager / 1.0.1 / LYAudioManager.podspec.json
blob8fb91a19c766807ff2d6f326d84c49c7195918e1
2   "name": "LYAudioManager",
3   "version": "1.0.1",
4   "summary": "audio recoder,player and convert tool",
5   "description": "a simple audio recoder,player and convert tool for iOS",
6   "homepage": "https://github.com/install-b/LYAudioConvert",
7   "license": "MIT",
8   "authors": {
9     "Shangen Zhang": "gkzhangshangen@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/install-b/LYAudioConvert.git",
16     "tag": "1.0.1"
17   },
18   "subspecs": [
19     {
20       "name": "AudioDevice",
21       "frameworks": "AVFoundation",
22       "source_files": "LYAudioDevice/*.{h,m}",
23       "public_header_files": "LYAudioDevice/*.h"
24     },
25     {
26       "name": "AudioConvert",
27       "subspecs": [
28         {
29           "name": "Convert",
30           "source_files": "LYAudioConvert/AudioConvert/**/*.{h,mm,m}",
31           "dependencies": {
32             "LYAudioManager/AudioConvert/Code": [
34             ],
35             "LYAudioManager/AudioConvert/SoundTouch": [
37             ]
38           }
39         },
40         {
41           "name": "Code",
42           "source_files": "LYAudioConvert/AudioEncode/**/*.{h,m,mm,cpp,a}",
43           "vendored_libraries": "LYAudioConvert/AudioEncode/**/*.a",
44           "frameworks": [
45             "CoreAudio",
46             "CoreFoundation",
47             "UIKit"
48           ]
49         },
50         {
51           "name": "SoundTouch",
52           "source_files": "LYAudioConvert/AudioSoundTouch/**/*.{h,mm,cpp}",
53           "dependencies": {
54             "LYAudioManager/AudioConvert/Code": [
56             ]
57           }
58         }
59       ]
60     }
61   ]