Skip to content

Commit

Permalink
[Update] RECurtainViewController (1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Jan 28, 2013
1 parent 850862f commit 36e89f4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RECurtainViewController/1.0.1/RECurtainViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'RECurtainViewController'
s.version = '1.0.1'
s.authors = {'Roman Efimov' => 'romefimov@gmail.com'}
s.homepage = 'https://github.com/romaonthego/RECurtainViewController'
s.summary = 'A custom curtain-style transition for UIViewControllers.'
s.source = {:git => 'https://github.com/romaonthego/RECurtainViewController.git', :tag => '1.0.1'}
s.license = {:type => "MIT", :file => "LICENSE"}

s.requires_arc = true
s.source_files = 'RECurtainViewController'
s.public_header_files = 'RECurtainViewController/*.h'

s.platform = :ios
s.ios.frameworks = 'QuartzCore'
end

0 comments on commit 36e89f4

Please sign in to comment.