File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ Pod::Spec.new do |s|
12
12
s . author = { "Paul Puey" => "[email protected] " }
13
13
s . platform = :ios , "7.0"
14
14
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}"
16
16
s . requires_arc = true
17
17
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'
23
23
24
24
25
- s . dependency "React"
25
+ s . dependency "React-Core "
26
26
27
- end
27
+ end
You can’t perform that action at this time.
0 commit comments