Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dekatotoro committed Aug 19, 2015
1 parent 6da263f commit 2b02acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SlideMenuControllerSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "SlideMenuControllerSwift"
s.version = "1.2.1"
s.version = "1.2.2"
s.summary = "iOS Slide View based on iQON, Feedly, Google+, Ameba iPhone app."
s.homepage = "https://github.com/dekatotoro/SlideMenuControllerSwift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Yuji Hato" => "hatoyujidev@gmail.com" }
s.social_media_url = "https://twitter.com/dekatotoro"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/dekatotoro/SlideMenuControllerSwift.git", :tag => "1.2.1" }
s.source = { :git => "https://github.com/dekatotoro/SlideMenuControllerSwift.git", :tag => "1.2.2" }
s.source_files = "Source/*"
s.requires_arc = true
end
Expand Down

0 comments on commit 2b02acb

Please sign in to comment.