blob: 796492c5a36d16839b5b41269fb107387328e199 [file] [log] [blame]
{
"name": "RDHJSONObjectSerialisation",
"version": "0.5.0",
"license": "MIT",
"summary": "Simple JSON serialisation for any custom NSObject based on its declared properties.",
"homepage": "https://github.com/rhodgkins/RDHJSONObjectSerialisation",
"authors": "Rich Hodgkins",
"source": {
"git": "https://github.com/rhodgkins/RDHJSONObjectSerialisation.git",
"tag": "0.5.0"
},
"source_files": "RDHJSONObjectSerialisation/**/*.{h,m}",
"private_header_files": "RDHJSONObjectSerialisation/Private/*.h",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"frameworks": "Foundation",
"requires_arc": true
}