Skip to content

Commit c9405e4

Browse files
author
Rodrigo
committed
Update podspec source files
1 parent a4ab78c commit c9405e4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

didcomm-react-native.podspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Pod::Spec.new do |s|
1515
s.platforms = { :ios => "10.0" }
1616
s.source = { :git => "https://github.com/sicpa-dlab/didcomm-react-native.git", :tag => "#{s.version}" }
1717

18-
s.source_files = "ios/**/*.{h,m,mm,swift}"
19-
s.ios.vendored_library = 'ios/**/*.a'
18+
s.source_files = ["ios/**/*.{h,swift}", "ios/Interfaces/*.m"]
2019

2120
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' }
2221
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 i386' }
2322

2423
s.dependency "React-Core"
24+
s.dependency "DidcommSDK"
2525

2626
# Don't install the dependencies when we run `pod install` in the old architecture.
2727
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
@@ -31,7 +31,6 @@ Pod::Spec.new do |s|
3131
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
3232
}
3333

34-
s.dependency "DidcommSDK"
3534
s.dependency "React-Codegen"
3635
s.dependency "RCT-Folly", folly_version
3736
s.dependency "RCTRequired"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sicpa-dlab/didcomm-react-native",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "React Native wrapper for DIDComm v2",
55
"main": "lib/module/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)