blob: b293129ff3b9b14e7f9493c726e6ee6becf68eea [file] [log] [blame]
{
"name": "AssociatedObjects",
"version": "0.0.1",
"summary": "swift wrappers for objc's runtime associated objects",
"description": "AssociatedObjects provides wrappers around `objc_getAssociatedObject`,\n`objc_setAssociatedObject` and `objc_removeAssociedObjects` by way of protocol extensions.\n\nTo enable the wrappers for an object, just inherit from the AssociatedObjects protocol\nand go crazy!",
"homepage": "https://github.com/jameslintaylor/AssociatedObjects",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "James Taylor",
"social_media_url": "http://twitter.com/jameslintaylor",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/jameslintaylor/AssociatedObjects.git",
"tag": "0.0.1"
},
"source_files": "AssociatedObjects/*.swift",
"frameworks": "Foundation"
}