[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 2 / b / HTMp3Audio / 0.0.1 / HTMp3Audio.podspec.json
blob35a62af368a3e406318586573215d7c2b514f64a
2   "name": "HTMp3Audio",
3   "version": "0.0.1",
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.1"
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   ]