blob: 404516ea827a638c33d2da01d64125ebbfed4cac [file] [log] [blame]
{
"name": "Hydrant",
"version": "1.0.1",
"summary": "A simple data mapper / object serializer for objective-c",
"description": " A simple object data mapper for Objective-C.\n\n Automated mapping of NSDictionaries/NSArrays to Value Objects with\n the goal of being exception-free and support graceful error handling.\n\n Read up the documentation at http://hydrant.readthedocs.org/.\n",
"homepage": "https://github.com/jeffh/Hydrant",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Jeff Hui": "jeff@jeffhui.net"
},
"social_media_url": "http://twitter.com/jeffhui",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/jeffh/Hydrant.git",
"tag": "v1.0.1"
},
"source_files": "Hydrant/**/*.{h,m}",
"public_header_files": "Hydrant/Public/**/*.h",
"requires_arc": true
}