Skip to content

Commit

Permalink
Added CHTwitterCover.podspec
Browse files Browse the repository at this point in the history
Added CHTwitterCover.podspec
  • Loading branch information
cyndibaby905 committed Jan 27, 2014
1 parent ce1548f commit 4fcb265
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHTwitterCover.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "CHTwitterCover"
s.version = "0.1"
s.summary = "TwitterCover is a parallax top view with real time blur effect to any UIScrollView, inspired by Twitter for iOS."
s.screenshots = "https://raw.github.com/cyndibaby905/TwitterCover/master/TwitterCover.gif"
s.homepage = "https://github.com/cyndibaby905/TwitterCover"
s.license = { :type => 'MIT License', :file => 'LICENSE' }
s.author = { "cyndibaby905" => "hangisnice@gmail.com" }
s.source = { :git => "https://github.com/cyndibaby905/TwitterCover.git", :tag => "0.1" }
s.platform = :ios, '5.0'
s.source_files = 'TwitterCover/TwitterCover/UIScrollView+TwitterCover.{h,m}'
s.framework = 'QuartzCore', 'Accelerate'
s.requires_arc = true
end

0 comments on commit 4fcb265

Please sign in to comment.