Skip to content

Commit

Permalink
Merge pull request #363 from edwardinubuntu/MJPopupViewController
Browse files Browse the repository at this point in the history
Add MJPopupViewController spec
  • Loading branch information
fabiopelosin committed Jul 31, 2012
2 parents 3a1a164 + b9e2427 commit 6309427
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MJPopupViewController/0.3/MJPopupViewController.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "MJPopupViewController"
s.version = "0.3"
s.summary = "A UIViewController Category to display a ViewController as a popup with different transition effects."
s.homepage = "http://EXAMPLE/MJPopupViewController"
s.license = 'MIT'
s.author = 'martinjuhasz'
s.source = { :git => "https://github.com/martinjuhasz/MJPopupViewController.git", :tag => "v0.3" }
s.platform = :ios, '4.0'
s.source_files = 'Source', 'Source/**/*.{h,m}'
s.resources = "assets/*.png"
s.frameworks = 'QuartzCore','UIKit','Foundation','CoreGraphics'
s.requires_arc = true
end

0 comments on commit 6309427

Please sign in to comment.