Skip to content

Commit

Permalink
[Update] TymateSwiftExtensions (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonL committed Jul 15, 2019
1 parent 3758f9b commit cd34601
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions TymateSwiftExtensions/0.0.3/TymateSwiftExtensions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |spec|

spec.name = "TymateSwiftExtensions"
spec.version = "0.0.3"
spec.summary = "A CocoaPods library written in Swift"

spec.description = <<-DESC
This CocoaPods library helps you perform calculation.
DESC

spec.homepage = "https://github.com/tymate/tymate-swift-extensions"
spec.license = { :type => "MIT", :file => "LICENSE" }
spec.author = { "Simon Lejeune" => "[email protected]" }

spec.ios.deployment_target = "12.0"
spec.swift_version = "4.0"

spec.dependency 'Kingfisher'
spec.dependency 'Toast-Swift'

spec.source = { :git => "https://github.com/tymate/tymate-swift-extensions.git", :tag => "#{spec.version}" }
spec.source_files = "TymateSwiftExtensions/**/*.{h,m,swift}"

end

0 comments on commit cd34601

Please sign in to comment.