Skip to content

Commit 60c4f8a

Browse files
committed
updated the pod spec
1 parent 2418d99 commit 60c4f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SHModelObject.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SHModelObject"
3-
s.version = "1.0.6"
3+
s.version = "1.0.7"
44
s.summary = "`SHModelObject` a utility class that reads NSDictionary and populates the instance variables and properties automatically."
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.author = { "Shan Ul Haq" => "[email protected]" }
1515

1616
s.platform = :ios
17-
s.source = { :git => "https://github.com/grevolution/SHModelObject.git", :tag => "1.0.6" }
17+
s.source = { :git => "https://github.com/grevolution/SHModelObject.git", :tag => "1.0.7" }
1818

1919
s.requires_arc = true
2020
s.source_files = 'SHModelObject/SHModelObject/*.{h,m}'

0 commit comments

Comments
 (0)