[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / c / SMp3Encode / 0.0.4 / SMp3Encode.podspec.json
blob0ba33ee85a100b091da7bcd2364544bcf0f3b949
2   "name": "SMp3Encode",
3   "version": "0.0.4",
4   "summary": "mp3 边录边保存",
5   "description": "mp3 录制和转换,边录边保存",
6   "homepage": "https://github.com/sujiewen/SMp3Encode",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sujiewen": "sujiewen@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/sujiewen/SMp3Encode.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SMp3Encode/Classes/**/*.{h,m}",
23     "SMp3Encode/Lame/*.h"
24   ],
25   "public_header_files": "SMp3Encode/Classes/**/*.h",
26   "frameworks": "Foundation",
27   "vendored_libraries": "SMp3Encode/Lame/*.a",
28   "pod_target_xcconfig": {
29     "VALID_ARCHS": "arm64 x86_64"
30   }