Skip to content

Commit

Permalink
[Add] MPFlipViewController (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 4, 2012
1 parent 378c511 commit ba2a8da
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MPFlipViewController/0.0.1/MPFlipViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "MPFlipViewController"
s.version = "0.0.1"
s.summary = "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/mpospese/MPFlipViewController.git", :commit => "f75dc3455655bc540a8b523262f12d6b72caf8fe" }
s.platform = :ios, '5.0'
s.source_files = 'Container'
s.requires_arc = true
s.dependency 'MPFoldTransition'
end

0 comments on commit ba2a8da

Please sign in to comment.