Skip to content

Commit 1121b76

Browse files
Merge branch 'main' into bugfix/serde-escaped-json-deserialization
2 parents 90a19da + 3e47f9a commit 1121b76

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Pod::Spec.new do |spec|
2+
3+
spec.name = "DidcommSDK"
4+
spec.version = "0.3.2"
5+
spec.summary = "Didcomm v2 created from rust."
6+
7+
spec.description = "Didcomm v2 created from rust. UNIFFI was used to convert from rust to Swift."
8+
spec.homepage = "https://github.com/sicpa-dlab/didcomm-rust"
9+
10+
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.txt' }
11+
12+
spec.authors = { "Sicpa-Dlab" => "dlab@sicpa.com" }
13+
spec.platforms = { :ios => "10.0" }
14+
spec.source = { :http => 'https://github.com/sicpa-dlab/didcomm-rust/releases/download/v0.3.2/didcomm-swift-0.3.2.tar.gz'}
15+
spec.swift_version = '4.0'
16+
17+
spec.ios.vendored_library = '*.a'
18+
spec.source_files = ['didcomm.swift', 'didcommFFI.h']
19+
20+
spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' }
21+
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' }
22+
23+
end

0 commit comments

Comments
 (0)