-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
380b5f3
commit 7c867ee
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]" } | ||
|
||
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 |