Skip to content

Commit

Permalink
Update to 0.9.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
macdevnet committed Mar 24, 2022
1 parent 1a9f8c3 commit 67b1f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ObjectiveRocksFramework.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ObjectiveRocksFramework'
s.version = '0.9.0.3'
s.version = '0.9.0.5'
s.summary = 'An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.'
s.homepage = 'https://github.com/KeepSafe/ObjectiveRocks/tree/frameworks'
s.author = 'iabudiab'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
'GCC_INPUT_FILETYPE' => 'sourcecode.cpp.objcpp',
'GCC_C_LANGUAGE_STANDARD' => 'gnu99',
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
'VALID_ARCHS' => 'arm64 armv7 x86_64'
'VALID_ARCHS' => 'arm64 x86_64'
}
s.pod_target_xcconfig = shared_xcconfig.merge(framework_shared_xconfig)
s.user_target_xcconfig = shared_xcconfig
Expand Down

0 comments on commit 67b1f8b

Please sign in to comment.