[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / f / 5 / JCSwiftUIWedgets / 1.0.0 / JCSwiftUIWedgets.podspec.json
blob71175fc4ebaaccc200c1b01f8959ee4620539fe0
2   "name": "JCSwiftUIWedgets",
3   "version": "1.0.0",
4   "summary": "Customized SwiftUI Wedgets",
5   "description": "This framework contains some custom components. Since many native SwiftUI methods do not support iOS 13 or 14, I have written some components to support these versions. And all components support 'theme mode', which meaning you only need to modify one config, and the appearance will change everywhere.",
6   "homepage": "https://github.com/James/JCSwiftUIWedgets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James": "infilachen@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/infila/JCSwiftUIWedgets.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://www.linkedin.com/in/jameschen5428",
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "source_files": "JCSwiftUIWedgets/Classes/**/*",
24   "subspecs": [
25     {
26       "name": "SwiftUI+Ext",
27       "source_files": "JCSwiftUIWedgets/Classes/SwiftUI+Ext/*"
28     },
29     {
30       "name": "Configure",
31       "source_files": "JCSwiftUIWedgets/Classes/Configure/*",
32       "dependencies": {
33         "JCSwiftUIWedgets/SwiftUI+Ext": [
35         ]
36       }
37     },
38     {
39       "name": "Wedgets",
40       "source_files": "JCSwiftUIWedgets/Classes/Wedgets/*",
41       "dependencies": {
42         "JCSwiftUIWedgets/SwiftUI+Ext": [
44         ],
45         "JCSwiftUIWedgets/Configure": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.0"