mirror of
https://github.com/zhigang1992/Dollar.swift.git
synced 2026-01-13 09:00:53 +08:00
14 lines
567 B
Ruby
14 lines
567 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "Dollar"
|
|
s.version = "4.1.0"
|
|
s.summary = "A functional tool-belt for Swift Language"
|
|
s.homepage = "https://github.com/ankurp/Dollar.swift"
|
|
s.license = { :type => "MIT", :file => "LICENSE" }
|
|
s.author = { "Ankur Patel" => "ankur.patel@ymail.com" }
|
|
s.source = { :git => "https://github.com/ankurp/Dollar.swift.git", :tag => "#{s.version}" }
|
|
s.source_files = "Dollar/Dollar/*.{h,swift}"
|
|
s.ios.deployment_target = "8.0"
|
|
s.osx.deployment_target = "10.10"
|
|
s.requires_arc = true
|
|
end
|