Skip to content

Commit

Permalink
updated spec for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
objectiveSee committed Sep 18, 2014
1 parent 380b5f3 commit 7c867ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DRWindowController.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = 'DRWindowController'
s.version = '1.0.0'
s.version = '1.0.1'
s.platform = :ios
s.ios.deployment_target = '5.0'
s.license = 'Creative Commons Attribution Non-Commercial License'
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.'
s.summary = 'An Objective-C / Cocoa Touch class for managing a vertical "stack" of UIViews and UIViewControllers.'
s.homepage = 'https://github.com/objectiveSee/DRWindowController'
s.author = { "Danny Ricciotti" => "dan.ricciotti@gmail.com" }

s.source = { :git => 'https://github.com/objectiveSee/DRWindowController.git'}
s.source = { :git => 'https://github.com/objectiveSee/DRWindowController.git', :tag => "1.0.1"}
s.source_files = 'DRWindows/DRWindows/DRWindows/DRWindowController*'

s.requires_arc = true
end

0 comments on commit 7c867ee

Please sign in to comment.