This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: update iOS installation to hyperledger (#56)
Signed-off-by: James Ebert <[email protected]>
- Loading branch information
1 parent
d3376a2
commit 73d770f
Showing
3 changed files
with
68 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Indy" | ||
s.version = "1.15.0" | ||
s.summary = "Indy SDK iOS Wrapper - SSI Technologies" | ||
s.homepage = "https://www.hyperledger.org/use/hyperledger-indy" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "Niall Shaw" => "[email protected]" } | ||
|
||
s.platform = :ios, "10.0" | ||
|
||
s.source = { :http => "https://github.com/hyperledger/indy-sdk-react-native/releases/download/0.2.2/ios-indy-sdk-1.15.zip" } | ||
s.framework = "Indy" | ||
s.source_files = "**/*.h" | ||
s.vendored_frameworks = "IndySdk/Indy.framework" | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "Indy" | ||
s.version = "1.16.0" | ||
s.summary = "Indy SDK iOS Wrapper - SSI Technologies" | ||
s.homepage = "https://www.hyperledger.org/use/hyperledger-indy" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "Berend Sliedrecht" => "Berend Sliedrecht" } | ||
|
||
s.platform = :ios, "10.0" | ||
|
||
s.source = { :http => "https://github.com/hyperledger/indy-sdk-react-native/releases/download/0.2.2/ios-indy-sdk-1.16.0.zip" } | ||
s.framework = "Indy" | ||
s.source_files = "**/*.h" | ||
s.vendored_frameworks = "IndySdk/Indy.framework" | ||
|
||
end |