blob: 6f61ba7dbe9d5cf376e98beff27173a765c6ab7c [file] [log] [blame]
{
"name": "JAGPropertyConverter",
"version": "0.2.0",
"license": "MIT",
"summary": "JAGPropertyConverter allows easy serialization/deserialization of Model objects to/from NSDictionaries in JSON or PropertyList formats.",
"homepage": "http://github.com/jagill/JAGPropertyConverter",
"authors": {
"James Gill": "jamesagill@gmail.com"
},
"source": {
"git": "https://github.com/jagill/JAGPropertyConverter.git",
"tag": "0.2.0"
},
"description": "With minimal configuration, JAGPropertyConverter allows easy persistence, copying, or API serialization of your Model objects. It also allows run-time querying of an object's properties and their attributes.",
"platforms": {
"ios": null
},
"source_files": "JAGPropertyConverter",
"requires_arc": true
}