Skip to content

Commit

Permalink
v0.9.0.2 test release w/ Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasrobbed-ks authored Dec 23, 2020
1 parent 68c2a4a commit 27f828b
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.1'
s.version = '0.9.0.2'
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 Down Expand Up @@ -32,4 +32,4 @@ Pod::Spec.new do |s|
shared_ios_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ROCKSDB_LITE=1 IOS_CROSS_COMPILE=1 NROCKSDB_THREAD_STATUS=1' }
s.ios.pod_target_xcconfig = shared_ios_xcconfig
s.ios.user_target_xcconfig = shared_ios_xcconfig
end
end

0 comments on commit 27f828b

Please sign in to comment.