[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 1 / 7 / JohnWick / 0.1.1 / JohnWick.podspec.json
blob17d01cce5a9ef8218f04f184e264adeb236c35ea
2   "name": "JohnWick",
3   "version": "0.1.1",
4   "summary": "A library designed to support iOS development by swift.(zh: 一个为iOS开发提供支持的swift库。)",
5   "description": "JohnWick is a Swift library that provides support for iOS development, including definitions and encapsulation of commonly used methods such as barcode and QR code recognition and generation, picker selectors, prompt pop ups, file and image previewers, web pages with progress, touch feedback, and some extensions.\n\n(zh: JohnWick是一个为iOS开发提供支持的swift库,它包含一些常用方法的定义和封装,比如条形码和二维码的识别与生成、picker选择器、提示弹窗、文件图片预览器、带进度网页、触摸反馈和一些扩展等。)",
6   "homepage": "https://github.com/Sfh03031/JohnWick",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sfh03031": "sfh894645252@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Sfh03031/JohnWick.git",
16     "tag": "0.1.1"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "static_framework": true,
24   "source_files": "JohnWick/Classes/**/*",
25   "resource_bundles": {
26     "JohnWick": [
27       "JohnWick/Assets/Picker/*",
28       "JohnWick/Assets/Qrcode/*.xcassets"
29     ]
30   },
31   "dependencies": {
32     "SFStyleKit/Core": [
34     ],
35     "MJRefresh": [
37     ],
38     "Haptica": [
40     ],
41     "swiftScan": [
43     ],
44     "TagListView": [
46     ],
47     "JXPhotoBrowser": [
49     ],
50     "Kingfisher": [
52     ],
53     "SwiftMessages": [
55     ],
56     "ProgressHUD": [
57       "~> 14.1.1"
58     ],
59     "Toast-Swift": [
61     ],
62     "RxSwift": [
64     ],
65     "RxCocoa": [
67     ],
68     "SwiftDate": [
70     ],
71     "SnapKit": [
73     ],
74     "CTMediator": [
76     ]
77   },
78   "swift_version": "5.0"