[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / e / GeneralToolsFramework / 1.25.0 / GeneralToolsFramework.podspec.json
blob492c4bf839b20aaf10f91ef5d0beb8bf06a5a9e4
2   "name": "GeneralToolsFramework",
3   "version": "1.25.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.25.0"
17   },
18   "platforms": {
19     "ios": "12.0",
20     "tvos": "12.0",
21     "watchos": "7.0"
22   },
23   "swift_versions": "5.0",
24   "ios": {
25     "source_files": [
26       "GeneralToolsFramework/Classes/Common/**/*",
27       "GeneralToolsFramework/Classes/iOS/**/*"
28     ],
29     "frameworks": [
30       "UIKit",
31       "Security"
32     ],
33     "dependencies": {
34       "ZSConnectivity": [
35         "~> 7.1"
36       ],
37       "ZSPickerView": [
38         "~> 1.4"
39       ]
40     }
41   },
42   "tvos": {
43     "source_files": "GeneralToolsFramework/Classes/Common/**/*",
44     "frameworks": "Security",
45     "dependencies": {
46       "ZSConnectivity": [
47         "~> 7.1"
48       ]
49     }
50   },
51   "watchos": {
52     "source_files": "GeneralToolsFramework/Classes/Common/**/*",
53     "frameworks": "Security"
54   },
55   "dependencies": {
56     "ZSPINCache": [
57       "~> 3.1"
58     ]
59   },
60   "swift_version": "5.0"