Skip to content

Instantly share code, notes, and snippets.

@alex-cellcity
Created July 31, 2013 10:44
Show Gist options
  • Save alex-cellcity/6121069 to your computer and use it in GitHub Desktop.
Save alex-cellcity/6121069 to your computer and use it in GitHub Desktop.
FlipView podspec
Pod::Spec.new do |s|
s.name = "FlipView"
s.version = "0.0.1"
s.summary = "Magazine Style View/Layout like Flipboard."
s.homepage = "https://github.com/Reefaq/FlipView"
s.license = 'MIT'
s.author = { "Reefaq" => "Reefaq@Reefaq.com" }
s.source = { :git => "https://github.com/Reefaq/FlipView.git", :commit => "c2df511c6c5a98e9eb6b9ccfb57681a0f7af09a1" }
s.source_files = 'Classes/AFKPageFlipper.*', 'Classes/ColorHelper.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment