-
Notifications
You must be signed in to change notification settings - Fork 27
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 #59 from Kitura/MISC-org_update
Misc org update
- Loading branch information
Showing
112 changed files
with
2,274 additions
and
1,266 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
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,17 +1,17 @@ | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "KituraContracts" | ||
s.version = "1.2.1" | ||
s.version = "1.2.200" | ||
s.summary = "KituraContracts is a library containing type definitions shared by client and server code." | ||
s.homepage = "https://github.com/IBM-Swift/KituraContracts" | ||
s.homepage = "https://github.com/Kitura/KituraContracts" | ||
s.license = { :type => "Apache License, Version 2.0" } | ||
s.author = "IBM" | ||
s.module_name = 'KituraContracts' | ||
s.osx.deployment_target = "10.11" | ||
s.ios.deployment_target = "10.0" | ||
s.tvos.deployment_target = "9.1" | ||
s.watchos.deployment_target = "2.0" | ||
s.source = { :git => "https://github.com/IBM-Swift/KituraContracts.git", :tag => s.version } | ||
s.source = { :git => "https://github.com/Kitura/KituraContracts.git", :tag => s.version } | ||
s.source_files = "Sources/**/*.swift" | ||
s.dependency 'LoggerAPI', '~> 1.7' | ||
s.dependency 'LoggerAPI', '~> 1.9' | ||
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
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
Oops, something went wrong.