blob: a97cf041dc7049ace23198f825e843197b385d31 [file] [log] [blame]
{
"name": "CoreDataStructures",
"version": "0.1.3",
"summary": "CoreDataStructures is library of fundamental data structures written in Swift 5",
"description": "This cocoapod was created for fundamental data structures integration within iOS projects. Swift currently offers Arrays, Sets, and Dictionaries, but these may not be enough in some applications.",
"homepage": "https://github.com/michaelcordero/CoreDataStructures",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"michaelcordero": "michaelpetercordero@gmail.com"
},
"source": {
"git": "https://github.com/michaelcordero/CoreDataStructures.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "5.0",
"source_files": "CoreDataStructures/Classes/**/*"
}