blob: 28a5a8b26c0156fbe30d8a21d405f93cbcdfce47 [file] [log] [blame]
{
"name": "CoreDataStructures",
"version": "0.1.2",
"summary": "CoreDataStructures is library of fundamental data structures written in Swift 4.2.",
"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.2"
},
"platforms": {
"ios": "12.0"
},
"source_files": "CoreDataStructures/Classes/**/*"
}