[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.1.1 / FastDevTools.podspec.json
blob1bc8964da1e9ed7eb8ee9af4a12dc64753200021
2   "name": "FastDevTools",
3   "version": "0.1.1",
4   "summary": "一些帮助快速开发的工具类for iOS",
5   "homepage": "https://github.com/ysw-hello/FastDevTools",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yanshiwei": "shiwei_work@aliyun.com"
12   },
13   "social_media_url": "https://www.jianshu.com/u/2745b6c5b019",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ysw-hello/FastDevTools.git",
19     "tag": "0.1.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "AssetsSave",
25       "source_files": "AssetsSave/*.{h,m}"
26     },
27     {
28       "name": "WaterWave",
29       "source_files": "WaterWave/*.{h,m}"
30     },
31     {
32       "name": "Mp3Encode",
33       "source_files": "Mp3Encode/**/*.{h,mm,cpp,hpp}",
34       "libraries": "c++",
35       "ios": {
36         "vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
37       },
38       "resources": "Mp3Encode/TestResource/test.pcm"
39     }
40   ]