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.
This repository provides a podspec to create a CocoaPod for the LevelDB library.
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.
- 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