blob: 1cf0888f1508494d56db53b8b65a93f95ce4d3c3 [file] [log] [blame]
{
"name": "NSObject-ObjectMap",
"version": "2.3.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": "v2.3.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NSObject-ObjectMap/*.{h,m}",
"requires_arc": true
}