[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / b / HTMp3Audio / 0.0.3 / HTMp3Audio.podspec.json
blob6bd01151cea6890d102cac7b720232d0f029799f
2   "name": "HTMp3Audio",
3   "version": "0.0.3",
4   "summary": "Record mp3 format audio on iOS platform",
5   "description": "Useing lame for record mp3 format audio on iOS platform.",
6   "homepage": "http://github.com/HarveyTsang",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HarveyTsang": "13025483658@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/HarveyTsang/HTMp3Audio.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "HTMp3Audio/HTMp3Audio.h",
22   "frameworks": [
23     "Foundation",
24     "AVFoundation"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Lame",
30       "preserve_paths": "HTMp3Audio/lame/lame.h",
31       "vendored_libraries": "HTMp3Audio/lame/libmp3lame.a",
32       "libraries": "mp3lame",
33       "xcconfig": {
34         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/HTMp3Audio/HTMp3Audio/lame/lame.h"
35       },
36       "user_target_xcconfig": {
37         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38       },
39       "pod_target_xcconfig": {
40         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41       }
42     },
43     {
44       "name": "Record",
45       "platforms": {
46         "ios": "9.0"
47       },
48       "ios": {
49         "dependencies": {
50           "HTMp3Audio/Lame": [
52           ]
53         }
54       },
55       "source_files": "HTMp3Audio/HTMp3AudioRecorder.{h,m}"
56     },
57     {
58       "name": "File",
59       "platforms": {
60         "ios": "9.0"
61       },
62       "ios": {
63         "dependencies": {
64           "HTMp3Audio/Lame": [
66           ]
67         }
68       },
69       "source_files": "HTMp3Audio/HTMp3FileConverter.{h,m}"
70     }
71   ]