Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarywojcik committed Aug 23, 2013
1 parent 93e16b7 commit 51c4d3c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CWPopup.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "CWPopup"
s.version = "1.0.1"
s.summary = "A category on UIViewController to present a popup view controller."
s.description = " CWPopup adds a category on UIViewController to present a popup view controller. It offers an animated and non-animated presentation of the popup, similarly to presenting a modal controller or pushing a view controller."
s.homepage = "http://github.com/cezarywojcik/CWPopup"
s.screenshots = "https://raw.github.com/cezarywojcik/CWPopup/master/screenshot.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cezary Wojcik" => "[email protected]" }
s.platform = :ios, '4.3'
s.source = { :git => "https://github.com/cezarywojcik/CWPopup.git",
:tag => s.version.to_s }
s.source_files = 'CWPopup'
s.requires_arc = true
end

0 comments on commit 51c4d3c

Please sign in to comment.