blob: 16a7af8e39494ef0be8d925026f70275c1d273e3 [file] [log] [blame]
{
"name": "DHCObjectIntrospection",
"version": "0.1.0",
"summary": "a category on NSObject to allow for runtime introspection.",
"homepage": "https://github.com/confidenceJuice/NSObjectIntrospection",
"license": "MIT",
"authors": {
"Daniel Haight": "confidence.designe@gmail.com"
},
"source": {
"git": "https://github.com/confidenceJuice/NSObjectIntrospection.git",
"tag": "0.1.0"
},
"source_files": "NSObject+Introspect/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}