blob: bd77672b0811b32f2f9f91183b6968ad80527842 [file] [log] [blame]
{
"name": "ObjcAssociatedObjectHelpers",
"version": "2.0.1",
"summary": "Make working with associated objects much more pleasurable.",
"description": "A header file with macros that synthesize accessors for \n associated objects, taking the boilerplate out of your hands. Also, a category\n that adds an NSMutableDictionary to NSObject to make adding abitrary key/values\n a breeze.",
"homepage": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jonathan Crooke": "joncrooke@gmail.com"
},
"source": {
"git": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers.git",
"tag": "v2.0.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "ObjcAssociatedObjectHelpers/ObjcAssociatedObjectHelpers.{h,m}"
},
{
"name": "NSObject+Dictionary",
"source_files": "ObjcAssociatedObjectHelpers/NSObject+AssociatedDictionary.{h,m}",
"dependencies": {
"ObjcAssociatedObjectHelpers/Core": [
]
}
}
]
}