forked from basecom-archive/archive-mpflipviewcontroller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMPFlipViewController.podspec
More file actions
14 lines (14 loc) · 898 Bytes
/
MPFlipViewController.podspec
File metadata and controls
14 lines (14 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = "MPFlipViewController"
s.version = "0.0.3"
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/basecom/MPFlipViewController.git", :commit => "ccad8e58bf626adfffd8d0aebf624c440819b716" }
s.platform = :ios, '5.0'
s.source_files = 'Container'
s.requires_arc = true
s.framework = 'QuartzCore'
end