Removing unneeded dependency from MPFlipViewController

Updated commit MPFlipViewController spec pointed to
This commit is contained in:
Stephen Vanterpool
2012-10-12 10:27:16 -07:00
parent e0ee512cf4
commit bbeec08ffb
@@ -0,0 +1,13 @@
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/mpospese/MPFlipViewController.git", :commit => "f596dee56006819c8d7a2c7a1d939c93b87c2aad" }
s.platform = :ios, '5.0'
s.source_files = 'Container'
s.requires_arc = true
end