[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 2 / 5 / Hydrant / 1.0.1 / Hydrant.podspec.json
blob404516ea827a638c33d2da01d64125ebbfed4cac
2   "name": "Hydrant",
3   "version": "1.0.1",
4   "summary": "A simple data mapper / object serializer for objective-c",
5   "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",
6   "homepage": "https://github.com/jeffh/Hydrant",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Hui": "jeff@jeffhui.net"
13   },
14   "social_media_url": "http://twitter.com/jeffhui",
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/jeffh/Hydrant.git",
21     "tag": "v1.0.1"
22   },
23   "source_files": "Hydrant/**/*.{h,m}",
24   "public_header_files": "Hydrant/Public/**/*.h",
25   "requires_arc": true