blob: e6d582291e4c6f54bd4b36bf74db1b3cffedd470 [file] [log] [blame]
{
"name": "GeneralToolsFramework",
"version": "1.6.4",
"summary": "Contains general tools used in my iOS apps.",
"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.",
"homepage": "https://git.zsinfo.nl/Zandor300/GeneralToolsFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zandor Smith": "info@zsinfo.nl"
},
"source": {
"git": "https://git.zsinfo.nl/Zandor300/GeneralToolsFramework.git",
"tag": "1.6.4"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "GeneralToolsFramework/Classes/**/*",
"frameworks": [
"UIKit",
"Security"
],
"dependencies": {
"Connectivity": [
"~> 3.0"
],
"PINCache": [
]
},
"swift_version": "5.0"
}