[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / a / f / 5 / JCSwiftUIWedgets / 1.0.2 / JCSwiftUIWedgets.podspec.json
blob431393eaef96162e259b81b33d93d3ffed299e88
2   "name": "JCSwiftUIWedgets",
3   "version": "1.0.2",
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     "Fanny": "fanfan.feng9@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/infila/JCSwiftUIWedgets.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://www.linkedin.com/in/jameschen5428",
20   "platforms": {
21     "ios": "13.0"
22   },
23   "swift_versions": "5.0",
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"