blob: 70f01b9a6867b1cde15a85e5f7bee403e2cae455 [file] [log] [blame]
{
"name": "CoreDataStructures",
"version": "0.1.0",
"summary": "CoreDataStructures is library of fundamental data structures written in Swift 4.0.",
"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.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "CoreDataStructures/Classes/**/*",
"pushed_with_swift_version": "4.0"
}