Skip to content

Commit 67b1f8b

Browse files
committed
Update to 0.9.0.5
1 parent 1a9f8c3 commit 67b1f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ObjectiveRocksFramework.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ObjectiveRocksFramework'
3-
s.version = '0.9.0.3'
3+
s.version = '0.9.0.5'
44
s.summary = 'An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.'
55
s.homepage = 'https://github.com/KeepSafe/ObjectiveRocks/tree/frameworks'
66
s.author = 'iabudiab'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919
'GCC_INPUT_FILETYPE' => 'sourcecode.cpp.objcpp',
2020
'GCC_C_LANGUAGE_STANDARD' => 'gnu99',
2121
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
22-
'VALID_ARCHS' => 'arm64 armv7 x86_64'
22+
'VALID_ARCHS' => 'arm64 x86_64'
2323
}
2424
s.pod_target_xcconfig = shared_xcconfig.merge(framework_shared_xconfig)
2525
s.user_target_xcconfig = shared_xcconfig

0 commit comments

Comments
 (0)