blob: 9c3360cf5857bbcb9513cebb662e8182fc4e9557 [file] [log] [blame]
{
"name": "HandySwift",
"version": "2.7.0",
"summary": "Handy Swift features that didn't make it into the Swift standard library",
"description": "The goal of this library is to provide handy features that didn't make it to the Swift standard library (yet)\ndue to many different reasons. Those could be that the Swift community wants to keep the standard library clean\nand manageable or simply hasn't finished discussion on a specific feature yet.",
"homepage": "https://github.com/Flinesoft/HandySwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cihat Gündüz": "cocoapods@cihatguenduez.de"
},
"social_media_url": "https://twitter.com/Dschee",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flinesoft/HandySwift.git",
"tag": "2.7.0"
},
"source_files": "Frameworks/HandySwift/**/*.swift",
"frameworks": "Foundation",
"swift_version": "4.2"
}