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.
2 parents e297147 + 0d4c81f commit 8e8dbbbCopy full SHA for 8e8dbbb
ContextMenu.iOS.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "ContextMenu.iOS"
3
- spec.version = "1.0.0"
+ spec.version = "1.1.0"
4
5
spec.homepage = "https://github.com/Yalantis/Context-Menu.iOS"
6
spec.summary = "Context menu with animated presentation from superView's edge"
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
spec.platform = :ios, '7.1'
13
spec.ios.deployment_target = '7.1'
14
15
- spec.source = { :git => "https://github.com/Yalantis/Context-Menu.iOS.git", :tag => "1.0.0" }
+ spec.source = { :git => "https://github.com/Yalantis/Context-Menu.iOS.git", :tag => "1.1.0" }
16
17
spec.requires_arc = true
18
0 commit comments