Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
17 lines (14 loc) · 928 Bytes

File metadata and controls

17 lines (14 loc) · 928 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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.1.0'
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.