blob: dd4bfcd5bdfd19235529a8def1d29717ffa618f9 [file] [log] [blame]
{
"name": "GeneralToolsFramework",
"version": "1.2.3",
"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.2.3"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "GeneralToolsFramework/Classes/**/*",
"frameworks": [
"UIKit",
"Security"
],
"dependencies": {
"Connectivity": [
"~> 3.0"
]
},
"swift_version": "5.0"
}