forked from SebastienMichoy/MSSlidingPanelController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSSlidingPanelController.podspec
More file actions
18 lines (16 loc) · 928 Bytes
/
MSSlidingPanelController.podspec
File metadata and controls
18 lines (16 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |spec|
spec.name = "MSSlidingPanelController"
spec.version = "1.3.5"
spec.platform = :ios
spec.ios.deployment_target = "7.0"
spec.requires_arc = true
spec.ios.framework = "UIKit"
spec.source = { :git => "https://github.com/SebastienMichoy/MSSlidingPanelController.git", :tag => "1.3.5" }
spec.source_files = 'MSSlidingPanelController/*.{h,m}'
spec.public_header_files = 'MSSlidingPanelController/*.h'
spec.summary = "Integrate easily a sliding panel controller mechanism in your project!"
spec.homepage = "https://github.com/SebastienMichoy/MSSlidingPanelController"
spec.author = { "Sébastien MICHOY" => "sebastienmichoy@gmail.com" }
spec.license = { :type => "BSD", :file => "LICENSE" }
spec.screenshots = "http://sebastienmichoy.github.io/MSSlidingPanelController/images/MSSlidingPanelController.png"
end