blob: 303b7d278e1818c1c426cbfe3fc20d4ef25d64b0 [file] [log] [blame]
{
"name": "Hydrant",
"version": "2.0.0",
"summary": "A simple data mapper / object serializer for objective-c",
"description": "A simple object data mapper for Objective-C.\n\nAutomated mapping of NSDictionaries/NSArrays to Value Objects with\nthe goal of being exception-free and support graceful error handling.\n\nRead up the documentation at http://hydrant.readthedocs.io/.",
"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": "v2.0.0"
},
"source_files": "Hydrant/**/*.{h,m}",
"public_header_files": "Hydrant/Public/**/*.h",
"requires_arc": true
}