We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df57cb4 commit 6a87649Copy full SHA for 6a87649
Dollar.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "Dollar"
3
- s.version = "6.1.0"
+ s.version = "6.2.0"
4
s.summary = "A functional tool-belt for Swift Language"
5
s.homepage = "https://github.com/ankurp/Dollar"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { "Ankur Patel" => "[email protected]" }
8
s.source = { :git => "https://github.com/ankurp/Dollar.git", :tag => "#{s.version}" }
9
s.source_files = "Sources/*.{h,swift}"
10
- s.ios.deployment_target = "8.0"
+ s.ios.deployment_target = "9.0"
11
s.osx.deployment_target = "10.10"
12
s.tvos.deployment_target = "9.0"
13
s.watchos.deployment_target = "2.0"
0 commit comments