forked from DiUS/pact-consumer-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift 4 compatible framework (DiUS#27)
* Updates the project with Xcode suggested Swift4 updates * Updates frameworks’ version in Cartfile * Removes argument from closure * Explicitly exposes swift functions to objc * Fixes non-prototype declaration * Bumps up TravisCI osx_image to 9 * Removes block declaration is not a prototype warning
- Loading branch information
1 parent
2dd464d
commit c74eaae
Showing
9 changed files
with
45 additions
and
23 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
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,3 +1,3 @@ | ||
github "Alamofire/Alamofire" ~> 4.4 | ||
github "Thomvis/BrightFutures" ~> 5.1 | ||
github "Alamofire/Alamofire" ~> 4.5 | ||
github "Thomvis/BrightFutures" ~> 5.2 | ||
github "Quick/Nimble" ~> 7.0 |
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,5 +1,5 @@ | ||
github "Alamofire/Alamofire" "4.4.0" | ||
github "Quick/Nimble" "v7.0.0" | ||
github "Alamofire/Alamofire" "4.5.0" | ||
github "Quick/Nimble" "v7.0.1" | ||
github "Quick/Quick" "v1.1.0" | ||
github "Thomvis/BrightFutures" "5.2.0" | ||
github "antitypical/Result" "3.2.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
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
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
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
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
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