blob: 25b13eeef28925e1be255b25fc3795fbc27e29c5 [file] [log] [blame]
{
"name": "NSObject-ObjectMap",
"version": "2.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSObject-ObjectMap/*.{h,m}",
"requires_arc": true
}