-
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #30 from berty/node-manager
feat: add IPFS node manager
- Loading branch information
Showing
38 changed files
with
4,200 additions
and
1,083 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'Gomobile-IPFS-Bridge' | ||
spec.version = '1.1.2' | ||
spec.version = '1.1.4' | ||
spec.summary = 'Swift module offering a simple interface to the underlying Gomobile-IPFS-Core objects' | ||
spec.homepage = 'https://github.com/ipfs-shipyard/gomobile-ipfs' | ||
|
||
|
@@ -11,11 +11,11 @@ http://www.apache.org/licenses/LICENSE-2.0.txt - http://www.opensource.org/licen | |
spec.authors = { 'Antoine Eddi' => '[email protected]', 'Guilhem Fanton' => '[email protected]' } | ||
|
||
spec.platform = :ios, '10.0' | ||
spec.source = { :http => 'https://github.com/n0izn0iz/gomobile-ipfs/releases/download/v1.1.2/bridge-1.1.2.zip' } | ||
spec.source = { :http => 'https://github.com/n0izn0iz/gomobile-ipfs/releases/download/v1.1.4/bridge-1.1.4.zip' } | ||
spec.swift_version = '5.0' | ||
spec.static_framework = true | ||
spec.source_files = '*.swift' | ||
spec.header_dir = 'GomobileIPFS' | ||
|
||
spec.dependency 'Gomobile-IPFS-Core', '~> 1.1.2' | ||
spec.dependency 'Gomobile-IPFS-Core', '~> 1.1.4' | ||
end |
Oops, something went wrong.