-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from Gruppio/master
Update to Swift 4.2
- Loading branch information
Showing
3 changed files
with
20 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "mxcl/PromiseKit" "6.4.1" | ||
github "mxcl/PromiseKit" "6.8.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "ServiceStack" | ||
s.version = "1.1.0" | ||
s.version = "1.1.1" | ||
s.summary = "Swift ServiceStack Service Client" | ||
s.description = <<-DESC | ||
ServiceStack's Add ServiceStack Reference feature lets iOS developers | ||
|
@@ -12,7 +12,7 @@ s.license = 'Copyright (c) 2018 ServiceStack, Inc. All rights reserved. | |
s.author = { "ServiceStack, Inc" => "[email protected]" } | ||
s.source = { :git => "https://github.com/ServiceStack/ServiceStack.Swift.git", :tag => s.version.to_s } | ||
|
||
s.swift_version = "4.1" | ||
s.swift_version = "4.2" | ||
s.ios.deployment_target = "8.0" | ||
s.osx.deployment_target = "10.10" | ||
s.watchos.deployment_target = "2.0" | ||
|
@@ -25,6 +25,6 @@ s.source_files = "Sources/**/*" | |
#s.resource_bundles = { "ServiceStack" => ["Resources/*.lproj"] } | ||
|
||
s.frameworks = "Foundation" | ||
s.dependency 'PromiseKit', '6.4.1' | ||
s.dependency 'PromiseKit' | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters