Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 826 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 826 Bytes

Warning

As of the 1.22.3 release, this repo is no longer being used to release leveldb for CocoaPods. Instead, refer to https://github.com/firebase/leveldb/tree/firebase-release.

LevelDB Library podspec

This repository provides a podspec to create a CocoaPod for the LevelDB library.

Build Notes

CocoaPods 1.x currently does not support libraries with C++ headers. See CocoaPods/CocoaPods#5152. The workaround is to use the CocoaPods option --skip-import-validation.

Updating the podspec (assuming the library is not changing)

  • Update s.version below to the next semantic version
  • pod spec lint leveldb-library.podspec --skip-import-validation
  • Do pull request
  • pod trunk push leveldb-library.podspec --skip-import-validation