- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDRWindowController.podspec
More file actions
Latest commit
14 lines (13 loc) · 657 Bytes
/
Copy pathDRWindowController.podspec
File metadata and controls
14 lines (13 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='DRWindowController'
s.version='1.0.3'
s.platform=:ios
s.ios.deployment_target='5.0'
s.license='Creative Commons Attribution Non-Commercial License'
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.source={:git=>'https://github.com/objectiveSee/DRWindowController.git',:tag=>"1.0.3"}
s.source_files='DRWindows/DRWindows/DRWindows/DRWindowController*'
s.requires_arc=true
s.author={"Danny Ricciotti"=>"fakeemail@dontemailme.com"}
end