Skip to content

Commit

Permalink
FEAT: Podspec updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Troup committed Apr 5, 2018
1 parent 4632b7e commit 0c2ffc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QuantiLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "QuantiLogger"
s.version = "1.12"
s.version = "1.13"
s.summary = "Swift lightweight logging framework"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -78,7 +78,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/Qase/QuantiLogger.git", :tag => "v1.12" }
s.source = { :git => "https://github.com/Qase/QuantiLogger.git", :tag => "v1.13" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down Expand Up @@ -133,6 +133,6 @@ Pod::Spec.new do |s|
# s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
# s.dependency "JSONKit", "~> 1.4"

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }

end

0 comments on commit 0c2ffc7

Please sign in to comment.