Skip to content

Commit 96c662d

Browse files
author
Vilém Kurz
authored
Merge pull request #8 from inloop/feature/release-first-podspec-version
Release 1.0.0 podspec
2 parents 7447ce1 + d6007e5 commit 96c662d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UIViewController-DisplayInDrawer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'UIViewController-DisplayInDrawer'
11-
s.version = '0.1.0'
11+
s.version = '1.0.0'
1212
s.summary = 'Present any view controller easily in a drawer (iOS Maps style)'
1313

1414
# This description is used to generate tags and improve search results.
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.description = <<-DESC
2121
Present any view controller easily in a drawer (iOS Maps style). It is implemented as a UIViewController extension, which means no subclassing and no invasive view hierarchy setup. It is designed to be as easy to use as possible:
2222
23-
You can present any existing or new controller. Make it conform to the DrawerConfiguration protocol
23+
You can present any controller. Make it conform to the DrawerConfiguration protocol
2424
Optionally setup a DrawerPositionDelegate which is notified about drawer's position
2525
Call `displayInDrawer(controller, drawerPositionDelegate: delegate)`.
2626
DESC

0 commit comments

Comments
 (0)