[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 4 / e / GeneralToolsFramework / 1.2.8 / GeneralToolsFramework.podspec.json
blob8271629825169ee1f83198ea89bfb194cc16d1e3
2   "name": "GeneralToolsFramework",
3   "version": "1.2.8",
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.2.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "GeneralToolsFramework/Classes/**/*",
23   "frameworks": [
24     "UIKit",
25     "Security"
26   ],
27   "dependencies": {
28     "Connectivity": [
29       "~> 3.0"
30     ]
31   },
32   "swift_version": "5.0"