blob: c9a914eb1f4be611abd23309429925b9c35450b4 [file] [log] [blame]
{
"name": "RZImport",
"version": "2.0.0",
"summary": "Automatic model object deserialization from NSDictionary",
"description": "Tired of writing boilerplate to import deserialized API responses to model objects?\n\nTired of dealing with dozens and dozens of string keys?\n\nRZImport is here to help!\n\nRZImport is a category on NSObject and an accompanying optional protocol for creating and updating model objects \nin your iOS applications. It's particularly useful for importing objects from deserialized JSON HTTP responses \nin REST APIs, but it works with any NSDictionary or array of dictionaries that you need to convert to native \nmodel objects.",
"homepage": "https://github.com/raizlabs/RZImport",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Donaldson": "nick.donaldson@raizlabs.com"
},
"social_media_url": "http://twitter.com/raizlabs",
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"source": {
"git": "https://github.com/Raizlabs/RZImport.git",
"tag": "2.0.0"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/Private/*.{h,m}"
],
"private_header_files": "Classes/Private/*.h",
"frameworks": "Foundation",
"requires_arc": true
}