Skip to content

Instantly share code, notes, and snippets.

@shsteven
Created July 31, 2014 03:38
Show Gist options
  • Save shsteven/74bc14b8de441b7b4104 to your computer and use it in GitHub Desktop.
Save shsteven/74bc14b8de441b7b4104 to your computer and use it in GitHub Desktop.
DPTransparentEdgesTableView podspec fixed
Pod::Spec.new do |s|
s.name = "DPTransparentEdgesTableView"
s.version = "0.1.1"
s.summary = "Table and scroll view with transparent top and bottom edges. Written in Swift"
s.homepage = "https://github.com/denisprokopchuk/DPTransparentEdgesTableView"
s.screenshots = "https://raw.githubusercontent.com/denisprokopchuk/DPTransparentEdgesTableView/master/Screenshot.png"
s.license = "MIT"
s.authors = { "Denis Prokopchuk" => "[email protected]" }
s.social_media_url = "https://www.facebook.com/dprokopchuk"
s.platform = :ios
s.ios.deployment_target = "6.0"
s.source = { :git => "https://github.com/denisprokopchuk/DPTransparentEdgesTableView.git", :commit => "3847e19" }
s.source_files = "Classes/**/**.{h,m}"
s.framework = "QuartzCore"
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment