# leveldb-library-podspec **Repository Path**: mirrors_firebase/leveldb-library-podspec ## Basic Information - **Project Name**: leveldb-library-podspec - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!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](https://github.com/google/leveldb). ## Build Notes CocoaPods 1.x currently does not support libraries with C++ headers. See https://github.com/CocoaPods/CocoaPods/issues/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