Skip to content

Commit

Permalink
Adds the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroFranco committed Jun 6, 2014
1 parent d1c283e commit 06c144e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions AFBlurSegue.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Pod::Spec.new do |s|

s.name = "AFBlurSegue"

s.version = "1.0"

s.summary = "Custom UIStoryboardSegue implementation for blurring the background of a modal view controller."

s.description = "AFBlurSegue is a UIStoryboardSegue custom implementation that will blur the background of your modal view controller automatically. Also, it uses the UIImage+ImageEffects class provided by Apple instead of the UIToolbar hack."

s.homepage = "https://github.com/AlvaroFranco/AFBlurSegue"

s.license = 'MIT'

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Alvaro Franco" => "[email protected]" }

s.platform = :ios

s.screenshot = 'https://camo.githubusercontent.com/68c4decb44114d5314d58a356f01c93a18399fc4/68747470733a2f2f7261772e6769746875622e636f6d2f416c7661726f4672616e636f2f4146426c757253656775652f6d61737465722f696d672f707265766965772e676966'

s.source = { :git => "https://github.com/AlvaroFranco/AFBlurSegue.git", :tag => 'v1.0' }

s.source_files = 'Classes/*.{h,m}'

s.requires_arc = true

end

0 comments on commit 06c144e

Please sign in to comment.