blob: f68b3a480ba4881e58f2e358757b0acb3e3d1aa9 [file] [log] [blame]
{
"name": "SwiftAssociatedObjects",
"module_name": "AssociatedObjects",
"version": "0.1.2",
"summary": "Associated objects (and values) in pure Swift 3",
"description": "Allows associating an object or value onto any object instance using a key.\nAssociations are maintained for the lifetime of the object that owns them.",
"homepage": "https://github.com/j-h-a/AssociatedObjects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Jay Abbott",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/j-h-a/AssociatedObjects.git",
"tag": "0.1.2"
},
"source_files": "AssociatedObjects"
}