Skip to content

Instantly share code, notes, and snippets.

@crafterm
Created July 8, 2013 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crafterm/5945643 to your computer and use it in GitHub Desktop.
Save crafterm/5945643 to your computer and use it in GitHub Desktop.
Experimental podspec for local MPFlipViewController that includes various merged pull requests/updates
Pod::Spec.new do |s|
s.name = "MPFlipViewController"
s.version = "0.0.2"
s.summary = "Container view controller (iOS 5 containment API) that navigates between child view controllers via touch gestures and page-flip animations."
s.description = "A custom container view controller following the iOS 5 containment API that navigates between child view controllers via touch gestures and page-flip animations."
s.homepage = "http://markpospesel.com/2012/07/28/mpflipviewcontroller/"
s.license = { :type => 'Modified BSD License', :file => 'Source Code License.rtf' }
s.author = "Mark Pospesel"
s.source = { :git => "https://github.com/crafterm/MPFlipViewController.git", :commit => "d689b5a5e7" }
s.platform = :ios, '5.0'
s.source_files = 'Container'
s.requires_arc = true
s.framework = 'QuartzCore'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment