blob: 1943788b48e5b4db3bbf5952016ef6d37602662a [file] [log] [blame]
{
"name": "SHObjectUserInfo",
"version": "1.2.1",
"summary": "NSObject prefixed userInfo without swizzling.",
"description": " SHObjectUserInfo is a category on top of NSObject to allow userInfo dictionary without the swizzling. It's built on top of NSMapTable that works with weakToWeak references between an object and its userInfo.\n\n\n * No need to clean up after - userInfo are self maintained.\n * Weak referenced blocks.\n * No swizzling or hacks.\n * Name-scoped selectors.\n * Works with existing codebase that uses userInfo dictionaries on them.\n\n",
"homepage": "https://github.com/seivan/SHObjectUserInfo",
"license": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/seivan/SHObjectUserInfo.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "SHObjectUserInfo/**/*.{h,m}",
"requires_arc": true
}