Skip to content

Commit 3ef00d1

Browse files
committed
* removing CoreData dependency
1 parent 10faf26 commit 3ef00d1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

JSONModel.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
Pod::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

0 commit comments

Comments
 (0)