[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / e / c / FastDevTools / 0.1.0 / FastDevTools.podspec.json
blob3d51b931584045ef84a1fa0a2f1f8b3838b7c2ee
2   "name": "FastDevTools",
3   "version": "0.1.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": "0.1.0"
20   },
21   "source_files": [
22     "**/*.{h,m}",
23     "**/**/*.{h,mm,cpp,hpp}"
24   ],
25   "libraries": "c++",
26   "resources": "Mp3Encode/TestResource/test.pcm",
27   "ios": {
28     "vendored_libraries": "Mp3Encode/libLame/libmp3lame.a"
29   },
30   "requires_arc": true