Skip to content

Commit 8e8dbbb

Browse files
Merge pull request #29 from Yalantis/feature/update_podspec_file
changed podspec version to 1.1.0
2 parents e297147 + 0d4c81f commit 8e8dbbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ContextMenu.iOS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "ContextMenu.iOS"
3-
spec.version = "1.0.0"
3+
spec.version = "1.1.0"
44

55
spec.homepage = "https://github.com/Yalantis/Context-Menu.iOS"
66
spec.summary = "Context menu with animated presentation from superView's edge"
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.platform = :ios, '7.1'
1313
spec.ios.deployment_target = '7.1'
1414

15-
spec.source = { :git => "https://github.com/Yalantis/Context-Menu.iOS.git", :tag => "1.0.0" }
15+
spec.source = { :git => "https://github.com/Yalantis/Context-Menu.iOS.git", :tag => "1.1.0" }
1616

1717
spec.requires_arc = true
1818

0 commit comments

Comments
 (0)