Skip to content

Commit

Permalink
fix: podspec paths (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejborstnik authored Apr 19, 2021
1 parent 21c63c2 commit 42cd521
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions RNFastCrypto.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Pod::Spec.new do |s|
s.author = { "Paul Puey" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/ExodusMovement/react-native-fast-crypto.git", :tag => "v#{s.version}" }
s.source_files = "RNFastCrypto/**/*.{h,m}"
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.vendored_libraries =
'RNFastCrypto/Libraries/libboost_regex.a',
'RNFastCrypto/Libraries/libboost_system.a',
'RNFastCrypto/Libraries/libboost_thread.a',
'RNFastCrypto/Libraries/libmymonerocorecpp.a',
'RNFastCrypto/Libraries/libnativecrypto.a'
'ios/Libraries/libboost_regex.a',
'ios/Libraries/libboost_system.a',
'ios/Libraries/libboost_thread.a',
'ios/Libraries/libmymonerocorecpp.a',
'ios/Libraries/libnativecrypto.a'


s.dependency "React"
s.dependency "React-Core"

end
end

0 comments on commit 42cd521

Please sign in to comment.