Last active
July 20, 2018 07:14
-
-
Save pi-chan/14b04d19692f85d6e7b475c88076db27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" => "[email protected]" } | |
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