blob: fd17e5af42a11e12de005c65797f7787f35f491d [file] [log] [blame]
{
"name": "NSObject-ObjectMap",
"version": "2.0",
"summary": "This is a drop-in category of NSObject that makes it easy to initialize custom objects from JSON or XML.",
"homepage": "https://github.com/uacaps/NSObject-ObjectMap",
"license": {
"type": "UA",
"file": "LICENSE"
},
"authors": {
"uacaps": "care@cs.ua.edu"
},
"source": {
"git": "https://github.com/uacaps/NSObject-ObjectMap.git",
"tag": "2.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSObject-ObjectMap/*.{h,m}",
"requires_arc": true
}