Files
Dollar.swift/Dollar.podspec
Ankur Patel f604464ec8 Bump Version
2015-12-13 19:43:12 -05:00

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