We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2418d99 commit 60c4f8aCopy full SHA for 60c4f8a
SHModelObject.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SHModelObject"
3
- s.version = "1.0.6"
+ s.version = "1.0.7"
4
s.summary = "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically."
5
6
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
s.author = { "Shan Ul Haq" => "[email protected]" }
15
16
s.platform = :ios
17
- s.source = { :git => "https://github.com/grevolution/SHModelObject.git", :tag => "1.0.6" }
+ s.source = { :git => "https://github.com/grevolution/SHModelObject.git", :tag => "1.0.7" }
18
19
s.requires_arc = true
20
s.source_files = 'SHModelObject/SHModelObject/*.{h,m}'
0 commit comments