Skip to content

Commit

Permalink
MDCShineEffect 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
modocache committed Nov 4, 2012
1 parent 0be2b0c commit dbb20d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MDCShineEffect/0.1.0/MDCShineEffect.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'MDCShineEffect'
s.version = '0.1.0'
s.summary = 'Add a "shine" effect to any view.'
s.homepage = 'https://github.com/modocache/MDCShineEffect'
s.license = 'MIT'
s.author = { 'modocache' => 'modocache@gmail.com' }
s.source = { :git => 'https://github.com/modocache/MDCShineEffect.git', :tag => "v#{s.version}" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.platform = :ios, '5.0'
s.frameworks = 'UIKit', 'QuartzCore', 'CoreImage'
end

0 comments on commit dbb20d5

Please sign in to comment.