Skip to content

Commit

Permalink
v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitjagdev committed Dec 2, 2017
1 parent 21fe4b1 commit 3ed1175
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions SJSwiftSideMenuController.podspec
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@

Pod::Spec.new do |s|
s.name = 'SJSwiftSideMenuController'
s.version = '1.0.0'
s.summary = 'SJSwiftSideMenuController is Side Menu Controller for both Side Left & Right Menu.'
s.name = 'SJSwiftSideMenuController'
s.version = '1.1.0'
s.summary = 'SJSwiftSideMenuController is Side Menu Controller for both Side Left & Right Menu.'

s.description = <<-DESC
SJSwiftSideMenuController is Side Menu Controller for both Side Left & Right Menu With Both type of Side menu That is SlideOver and SlideView.
By only this menu controller you can use both left and right side menu with both type of sliding menu that is SlideOver the main view and SlideView with the main view.
You have to just set property and the meny get reflect with you requirement.
DESC

s.description = <<-DESC
SJSwiftSideMenuController is Side Menu Controller for both Side Left & Right Menu With Both type of Side menu That is SlideOver and SlideView.
By only this menu controller you can use both left and right side menu with both type of sliding menu that is SlideOver the main view and SlideView with the main view.
You have to just set property and the meny get reflect with you requirement.
DESC
s.homepage = 'https://github.com/sumitjagdev/SJSwiftSideMenuController'

s.homepage = 'https://github.com/sumitjagdev/SJSwiftSideMenuController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Sumit Jagdev' => 'sumitjagdev3@gmail.com' }
s.source = {
:git => 'https://github.com/sumitjagdev/SJSwiftSideMenuController.git',
:tag => s.version.to_s
}
s.screenshots ='https://raw.githubusercontent.com/sumitjagdev/SJSwiftSideMenuController/master/image01.png'

s.ios.deployment_target = '8.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Sumit Jagdev' => 'sumitjagdev3@gmail.com' }
s.source = {
:git => 'https://github.com/sumitjagdev/SJSwiftSideMenuController.git',
:tag => s.version.to_s
}

s.source_files = 'SJSwiftSideMenuController/Classes/**/*'
s.ios.deployment_target = '8.0'

s.source_files = 'SJSwiftSideMenuController/Classes/**/*'

s.frameworks = 'UIKit'

s.frameworks = 'UIKit'
end

0 comments on commit 3ed1175

Please sign in to comment.