forked from teodorpatras/SideMenuController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSideMenuController.podspec
17 lines (14 loc) · 928 Bytes
/
SideMenuController.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'SideMenuController'
s.version = '0.2.4'
s.license = 'MIT'
s.summary = 'Fully customisable and easy to use side menu controller written in Swift.'
s.description = 'SideMenuController is a custom container view controller written in Swift which will display the main content within a center panel and the secondary content (option menu, navigation menu, etc.) within a side panel when triggered. The side panel can be displayed either on the left or on the right side, under or over the center panel.'
s.homepage = 'https://github.com/teodorpatras/SideMenuController'
s.social_media_url = 'http://twitter.com/teodorpatras'
s.authors = { 'Teodor Patraș' => 'me@teodorpatras.com' }
s.source = { :git => 'https://github.com/teodorpatras/SideMenuController.git', :tag => s.version }
s.ios.deployment_target = '8.0'
s.source_files = 'Source/*.swift'
s.requires_arc = true
end