File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "JSONModel"
3- s . version = "1.0.0 "
3+ s . version = "1.0.1 "
44 s . summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
55 s . homepage = "http://www.jsonmodel.com"
66
77 s . license = { :type => 'MIT' , :file => 'LICENSE_jsonmodel.txt' }
88 s . author = { "Marin Todorov" => "[email protected] " } 99
10- s . source = { :git => "https://github.com/icanzilb/JSONModel.git" , :tag => "1.0.0 " }
10+ s . source = { :git => "https://github.com/icanzilb/JSONModel.git" , :tag => "1.0.1 " }
1111
1212 s . ios . deployment_target = '5.0'
1313 s . osx . deployment_target = '10.7'
1414
1515 s . source_files = 'JSONModel/**/*.{m,h}'
1616 s . public_header_files = 'JSONModel/**/*.h'
17- s . framework = 'CoreData'
1817
1918 s . requires_arc = true
2019
You can’t perform that action at this time.
0 commit comments