Skip to content

Commit 85a853d

Browse files
authored
version updated
1 parent 7aa2257 commit 85a853d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

SHPopup.podspec

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SHPopup"
3-
s.version = "1.0.1"
3+
s.version = "1.1.0"
44
s.summary = "A framework for popup in iOS"
55
s.description = "A lightweight framework for using popup view"
66

@@ -10,11 +10,13 @@ Pod::Spec.new do |s|
1010

1111
s.author = { "iamShezad" => "[email protected]" }
1212

13-
s.source = { :git => "https://github.com/iamshezad/SHPopup.git", :tag => "1.0.1" }
13+
s.source = { :git => "https://github.com/iamshezad/SHPopup.git", :tag => "1.1.0" }
1414

1515
s.source_files = "SHPopup/*.{swift,h,m}",
1616

1717
s.ios.deployment_target = '9.0'
18+
19+
s.platform :ios
1820

1921

20-
end
22+
end

0 commit comments

Comments
 (0)