Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
meteochu committed Sep 22, 2018
1 parent 063b2b4 commit c67af83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Swifter.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Swifter"
s.version = "2.2.1"
s.version = "2.2.2"
s.summary = ":bird: A Twitter framework for iOS & macOS written in Swift"
s.description = <<-DESC
Twitter framework for iOS & macOS written in Swift, with support of three different types of authentication protocol, and most, if not all, of the REST API.
Expand All @@ -10,10 +10,10 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/mattdonnelly/Swifter"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Matt Donnelly"
s.ios.deployment_target = "9.0"
s.ios.deployment_target = "10.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/mattdonnelly/Swifter.git", :tag => "#{s.version}" }
s.source_files = "Sources/*.swift"
s.swift_version = "4.1"
s.swift_version = "4.2"

end

0 comments on commit c67af83

Please sign in to comment.