[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 0 / 4 / e / GeneralToolsFramework / 1.26.1 / GeneralToolsFramework.podspec.json
blob5ce508461140e7f47ba3331ffec6a57dd589c8ab
2   "name": "GeneralToolsFramework",
3   "version": "1.26.1",
4   "summary": "Contains general tools used in my iOS apps.",
5   "description": "I, Zandor Smith, use a general set of classes in all of my iOS apps. Because I use these classes all the time, I decided to write my own Cocoapod with all these classes.",
6   "homepage": "https://git.zsinfo.nl/Zandor300/GeneralToolsFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zandor Smith": "info@zsinfo.nl"
13   },
14   "source": {
15     "git": "https://git.zsinfo.nl/Zandor300/GeneralToolsFramework.git",
16     "tag": "1.26.1"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "tvos": "13.0",
21     "watchos": "7.0",
22     "visionos": "1.0"
23   },
24   "swift_versions": "5.0",
25   "ios": {
26     "source_files": [
27       "GeneralToolsFramework/Classes/Common/**/*",
28       "GeneralToolsFramework/Classes/iOS/**/*"
29     ],
30     "frameworks": [
31       "UIKit",
32       "Security"
33     ],
34     "dependencies": {
35       "ZSConnectivity": [
36         "~> 8.0"
37       ],
38       "ZSPickerView": [
39         "~> 1.4"
40       ]
41     }
42   },
43   "tvos": {
44     "source_files": "GeneralToolsFramework/Classes/Common/**/*",
45     "frameworks": "Security",
46     "dependencies": {
47       "ZSConnectivity": [
48         "~> 8.0"
49       ]
50     }
51   },
52   "watchos": {
53     "source_files": "GeneralToolsFramework/Classes/Common/**/*",
54     "frameworks": "Security"
55   },
56   "dependencies": {
57     "ZSPINCache": [
58       "~> 3.1.2"
59     ]
60   },
61   "swift_version": "5.0"