Skip to content

Commit 27f828b

Browse files
v0.9.0.2 test release w/ Big Sur
1 parent 68c2a4a commit 27f828b

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.1'
3+
s.version = '0.9.0.2'
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'
@@ -32,4 +32,4 @@ Pod::Spec.new do |s|
3232
shared_ios_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ROCKSDB_LITE=1 IOS_CROSS_COMPILE=1 NROCKSDB_THREAD_STATUS=1' }
3333
s.ios.pod_target_xcconfig = shared_ios_xcconfig
3434
s.ios.user_target_xcconfig = shared_ios_xcconfig
35-
end
35+
end

0 commit comments

Comments
 (0)