This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
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 #238 from EOSIO/develop
Release v0.2.0
- Loading branch information
Showing
260 changed files
with
7,983 additions
and
5,170 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = 'EosioSwift' | ||
s.version = '0.1.3' | ||
s.version = '0.2.0' | ||
s.summary = 'EOSIO SDK for Swift - API for integrating with EOSIO-based blockchains.' | ||
s.homepage = 'https://github.com/EOSIO/eosio-swift' | ||
s.license = { :type => 'MIT', :text => <<-LICENSE | ||
|
@@ -19,12 +19,14 @@ Pod::Spec.new do |s| | |
'Serguei Vinnitskii' => '[email protected]', | ||
'Farid Rahmani' => '[email protected]', | ||
'Brandon Fancher' => '[email protected]', | ||
'Mark Johnson' => '[email protected]', | ||
'Paul Kim' => '[email protected]', | ||
'Steve McCoole' => '[email protected]', | ||
'Ben Martell' => '[email protected]' } | ||
|
||
s.source = { :git => 'https://github.com/EOSIO/eosio-swift.git', :tag => "v" + s.version.to_s } | ||
|
||
s.swift_version = '4.2' | ||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '11.0' | ||
|
||
s.source_files = 'EosioSwift/**/*.swift' | ||
|
@@ -34,6 +36,6 @@ Pod::Spec.new do |s| | |
'SWIFT_COMPILATION_MODE' => 'wholemodule', | ||
'ENABLE_BITCODE' => 'YES' } | ||
|
||
s.ios.dependency 'BigInt', '~> 3.1' | ||
s.ios.dependency 'BigInt', '~> 5.0' | ||
s.ios.dependency 'PromiseKit', '~> 6.8' | ||
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
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
Oops, something went wrong.