Skip to content

Instantly share code, notes, and snippets.

@pi-chan
Last active July 20, 2018 07:14
Show Gist options
  • Save pi-chan/14b04d19692f85d6e7b475c88076db27 to your computer and use it in GitHub Desktop.
Save pi-chan/14b04d19692f85d6e7b475c88076db27 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "EasyImagy"
s.version = "0.4.0"
s.summary = "Makes it easy to process images in Swift"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = "https://github.com/koher/EasyImagy"
s.author = { "SOMTD" => "koher@koherent.org" }
s.source = { :git => "https://github.com/koher/EasyImagy.git", :tag => "0.4.0" }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'Sources/EasyImagy/*.{swift}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment