Skip to content

Instantly share code, notes, and snippets.

@cozzin
Created July 25, 2018 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cozzin/6c4e44fc8f8d3ad9433b4ed3de8809b7 to your computer and use it in GitHub Desktop.
Save cozzin/6c4e44fc8f8d3ad9433b4ed3de8809b7 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "SHSideMenu"
s.version = "0.0.4"
s.summary = "Simple side menu view controller 🍔"
s.description = <<-DESC
Simple side menu view controller for ios 🍔
DESC
s.homepage = "https://github.com/cozzin/SHSideMenu"
s.license = "MIT"
s.author = { "cozzin" => "hsh3592@gmail.com" }
s.social_media_url = "https://www.facebook.com/hseongho"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/cozzin/SHSideMenu.git", :tag => "#{s.version}" }
s.source_files = 'Source/*.{swift,h}'
s.frameworks = "UIKit"
s.dependency 'SnapKit', '~> 4.0.0'
s.swift_version = '4.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment