[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 2 / RZImport / 1.2.2 / RZImport.podspec.json
blob81097cd9ff5968a15ff995322527ec8cb19eb157
2   "name": "RZImport",
3   "version": "1.2.2",
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.2.2"
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