Skip to content

Commit c11d863

Browse files
committed
updated podspec
1 parent a527ffd commit c11d863

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.7"
3+
s.version = "1.0.8"
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.7" }
17+
s.source = { :git => "https://github.com/grevolution/SHModelObject.git", :tag => s.version }
1818

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

0 commit comments

Comments
 (0)