[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 0 / 4 / e / GeneralToolsFramework / 1.12.1 / GeneralToolsFramework.podspec.json
blob54bdd2d6fd05d4b97b096f42b8a2f49e9b7c079b
2   "name": "GeneralToolsFramework",
3   "version": "1.12.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.12.1"
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"