[Add] Vouched 1.9.5
[CocoaPods.git] / Specs / f / 5 / 2 / RZImport / 1.0.1 / RZImport.podspec.json
blobb6f71487e41f69d3668bdd2ac9853b67bf04b3e9
2   "name": "RZImport",
3   "version": "1.0.1",
4   "summary": "Automatic model object deserialization from NSDictionary",
5   "description": "                          Tired of writing boilerplate to import deserialized API responses to model objects?\n\n                          Tired of dealing with dozens and dozens of string keys?\n\n                          RZImport is here to help!\n\n                          RZImport is a category on NSObject and an accompanying optional protocol for creating and updating model objects \n                          in your iOS applications. It's particularly useful for importing objects from deserialized JSON HTTP responses \n                          in REST APIs, but it works with any NSDictionary or array of dictionaries that you need to convert to native \n                          model objects.\n",
6   "homepage": "https://github.com/raizlabs/RZImport",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Donaldson": "nick.donaldson@raizlabs.com"
13   },
14   "social_media_url": "http://twitter.com/raizlabs",
15   "platforms": {
16     "ios": "6.1",
17     "osx": "10.8"
18   },
19   "source": {
20     "git": "https://github.com/Raizlabs/RZImport.git",
21     "tag": "1.0.1"
22   },
23   "source_files": [
24     "Classes/*.{h,m}",
25     "Classes/Private/*.{h,m}"
26   ],
27   "private_header_files": "Classes/Private/*.h",
28   "frameworks": "Foundation",
29   "requires_arc": true