Skip to content

Commit 7c867ee

Browse files
committed
updated spec for 1.0.1
1 parent 380b5f3 commit 7c867ee

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DRWindowController.podspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'DRWindowController'
3-
s.version = '1.0.0'
3+
s.version = '1.0.1'
44
s.platform = :ios
55
s.ios.deployment_target = '5.0'
66
s.license = 'Creative Commons Attribution Non-Commercial License'
7-
s.summary = 'An Objective-C / CocoaTouch class the creates the concept of multiple windows within an Application. This is useful because Cocoa Touch does not allow you to create multiple UIWindows.'
7+
s.summary = 'An Objective-C / Cocoa Touch class for managing a vertical "stack" of UIViews and UIViewControllers.'
88
s.homepage = 'https://github.com/objectiveSee/DRWindowController'
99
s.author = { "Danny Ricciotti" => "dan.ricciotti@gmail.com" }
1010

11-
s.source = { :git => 'https://github.com/objectiveSee/DRWindowController.git'}
11+
s.source = { :git => 'https://github.com/objectiveSee/DRWindowController.git', :tag => "1.0.1"}
1212
s.source_files = 'DRWindows/DRWindows/DRWindows/DRWindowController*'
13-
1413
s.requires_arc = true
1514
end

0 commit comments

Comments
 (0)