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 68c2a4a commit 27f828bCopy full SHA for 27f828b
ObjectiveRocksFramework.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'ObjectiveRocksFramework'
3
- s.version = '0.9.0.1'
+ s.version = '0.9.0.2'
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'
@@ -32,4 +32,4 @@ Pod::Spec.new do |s|
32
shared_ios_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ROCKSDB_LITE=1 IOS_CROSS_COMPILE=1 NROCKSDB_THREAD_STATUS=1' }
33
s.ios.pod_target_xcconfig = shared_ios_xcconfig
34
s.ios.user_target_xcconfig = shared_ios_xcconfig
35
-end
+end
0 commit comments