blob: fdcf2f8893d3bda26f7d7ba8bff5f9886b8eefd3 [file] [log] [blame]
{
"name": "ObjcAssociatedObjectHelpers",
"version": "1.1.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": "v1.1.1"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "ObjcAssociatedObjectHelpers/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}