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