Skip to content

Commit

Permalink
[CocoaPods] Add cocoapods_version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jan 26, 2024
1 parent ba9bfee commit 2861c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions leveldb-library.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/google/leveldb'
s.authors = 'The LevelDB Authors'

s.cocoapods_version = '>= 1.12.0'

s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'
Expand Down

0 comments on commit 2861c15

Please sign in to comment.