[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 1.0.0 / FastDevTools.podspec.json
blob36aa6d318ce06a462ac7da2cd4ad0b12027b822e
2   "name": "FastDevTools",
3   "version": "1.0.0",
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": "1.0.0"
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     },
39     {
40       "name": "CustomTextField",
41       "source_files": "CustomTextField/*.{h,m}"
42     },
43     {
44       "name": "DebugManager",
45       "source_files": "DebugManager/**/*.{h,m}",
46       "dependencies": {
47         "FMDB": [
49         ],
50         "AFNetworking": [
52         ],
53         "GCDWebServer": [
55         ],
56         "GCDWebServer/WebUploader": [
58         ],
59         "GCDWebServer/WebDAV": [
61         ],
62         "FastDevTools/CustomTextField": [
64         ]
65       },
66       "resources": "DebugManager/WebServer/WebDebugger/Resources/*.bundle",
67       "libraries": "resolv"
68     },
69     {
70       "name": "DebugFlex",
71       "source_files": [
72         "DebugFlex/*.{h,m}",
73         "DebugFlex/**/*.{h,m}"
74       ],
75       "dependencies": {
76         "FastDevTools/DebugManager": [
78         ]
79       }
80     }
81   ]