blob: 6232ee1ab08114774a1de61202260df4794227aa [file] [log] [blame]
{
"name": "NSObject-Meta",
"version": "0.1.0",
"summary": "A convenient way to assign objects to another instance of NSObject.",
"description": "Using objc_getAssociatedObject and objc_setAssociatedObject is sometimes troublesome. NSObject+Meta brings in the ease of assigning meta objects to another instance of NSObject. Meta objects are retained, if you want to assign weakly use weakMeta.\nFor retained objects it uses a NSMutableDictionary and for the weak objects it uses NSMapTable with weak value containers.",
"homepage": "https://github.com/nzstudio1/NSObject-Meta",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hamidreza Vakilian": "hamid@nzstudio.dev"
},
"source": {
"git": "https://github.com/nzstudio1/NSObject-Meta.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NSObject-Meta/NSObject-Meta/Classes/**/*"
}