Skip to content

Instantly share code, notes, and snippets.

@rahulsom
Created September 5, 2014 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsom/6f077c1e725b9daa3ae2 to your computer and use it in GitHub Desktop.
Save rahulsom/6f077c1e725b9daa3ae2 to your computer and use it in GitHub Desktop.
Support for Extreme nesting and key mappers in JSONModel
Pod::Spec.new do |s|
s.name = "JSONModel"
s.version = "1.0.2"
s.summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
s.homepage = "http://www.jsonmodel.com"
s.license = { :type => 'MIT', :file => 'LICENSE_jsonmodel.txt' }
s.author = { "Marin Todorov" => "touch-code-magazine@underplot.com" }
s.source = { :git => "https://github.com/rahulsom/JSONModel.git" }
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
s.source_files = 'JSONModel/**/*.{m,h}'
s.public_header_files = 'JSONModel/**/*.h'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment