[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 0 / 4 / e / GeneralToolsFramework / 1.14.0 / GeneralToolsFramework.podspec.json
blob01ef86ce6717a26e827d1c0fe0062d8ee9914f97
2   "name": "GeneralToolsFramework",
3   "version": "1.14.0",
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.14.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "swift_versions": "5.0",
23   "ios": {
24     "source_files": [
25       "GeneralToolsFramework/Classes/Common/**/*",
26       "GeneralToolsFramework/Classes/iOS/**/*"
27     ],
28     "frameworks": [
29       "UIKit",
30       "Security"
31     ],
32     "dependencies": {
33       "AAPickerView": [
34         "~> 1.3"
35       ]
36     }
37   },
38   "tvos": {
39     "source_files": "GeneralToolsFramework/Classes/Common/**/*",
40     "frameworks": "Security"
41   },
42   "dependencies": {
43     "Connectivity": [
44       "~> 5.0"
45     ],
46     "PINCache": [
47       "~> 3.0"
48     ]
49   },
50   "swift_version": "5.0"