[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 1 / 6 / f / WXLameSDK / 0.0.1 / WXLameSDK.podspec.json
blobb28c47e134260cc43331aa4310c23fb59f301a8c
2   "name": "WXLameSDK",
3   "version": "0.0.1",
4   "summary": "转成Mp3音频",
5   "description": "封装lame库,转成Mp3音频",
6   "homepage": "https://github.com/heliang219",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "heliang": "heliang219@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/heliang219/WXLameSDK.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "vendored_frameworks": "WXLameSDK/Frameworks/lame.framework",
22   "requires_arc": true,
23   "static_framework": true,
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   }