We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9f8c3 commit 67b1f8bCopy full SHA for 67b1f8b
ObjectiveRocksFramework.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'ObjectiveRocksFramework'
3
- s.version = '0.9.0.3'
+ s.version = '0.9.0.5'
4
s.summary = 'An Objective-C wrapper for RocksDB - A Persistent Key-Value Store for Flash and RAM Storage.'
5
s.homepage = 'https://github.com/KeepSafe/ObjectiveRocks/tree/frameworks'
6
s.author = 'iabudiab'
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
'GCC_INPUT_FILETYPE' => 'sourcecode.cpp.objcpp',
20
'GCC_C_LANGUAGE_STANDARD' => 'gnu99',
21
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
22
- 'VALID_ARCHS' => 'arm64 armv7 x86_64'
+ 'VALID_ARCHS' => 'arm64 x86_64'
23
}
24
s.pod_target_xcconfig = shared_xcconfig.merge(framework_shared_xconfig)
25
s.user_target_xcconfig = shared_xcconfig
0 commit comments