Skip to content

Commit 42cd521

Browse files
fix: podspec paths (#54)
1 parent 21c63c2 commit 42cd521

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

RNFastCrypto.podspec

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ Pod::Spec.new do |s|
1212
s.author = { "Paul Puey" => "[email protected]" }
1313
s.platform = :ios, "7.0"
1414
s.source = { :git => "https://github.com/ExodusMovement/react-native-fast-crypto.git", :tag => "v#{s.version}" }
15-
s.source_files = "RNFastCrypto/**/*.{h,m}"
15+
s.source_files = "ios/**/*.{h,m}"
1616
s.requires_arc = true
1717
s.vendored_libraries =
18-
'RNFastCrypto/Libraries/libboost_regex.a',
19-
'RNFastCrypto/Libraries/libboost_system.a',
20-
'RNFastCrypto/Libraries/libboost_thread.a',
21-
'RNFastCrypto/Libraries/libmymonerocorecpp.a',
22-
'RNFastCrypto/Libraries/libnativecrypto.a'
18+
'ios/Libraries/libboost_regex.a',
19+
'ios/Libraries/libboost_system.a',
20+
'ios/Libraries/libboost_thread.a',
21+
'ios/Libraries/libmymonerocorecpp.a',
22+
'ios/Libraries/libnativecrypto.a'
2323

2424

25-
s.dependency "React"
25+
s.dependency "React-Core"
2626

27-
end
27+
end

0 commit comments

Comments
 (0)