[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.4.1 / FastDevTools.podspec.json
blobee1af3f8b007216d6daf9ad88d87fc83b2065115
2   "name": "FastDevTools",
3   "version": "0.4.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.4.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     {
41       "name": "CustomTextField",
42       "source_files": "CustomTextField/*.{h,m}"
43     },
44     {
45       "name": "DebugManager",
46       "source_files": [
47         "DebugManager/DebugController.{h,m}",
48         "DebugManager/**/*.{h,m}"
49       ],
50       "dependencies": {
51         "FMDB": [
52           "~> 2.7.2"
53         ],
54         "AFNetworking": [
55           "~> 3.2.1"
56         ]
57       }
58     }
59   ]