| { |
| "name": "LevelDBWrapper", |
| "version": "0.0.5", |
| "summary": "Wrapper for Google level-db library", |
| "description": "Wrapper for Google level-db library for iOS adn MacOS", |
| "homepage": "http://Google.com", |
| "license": { |
| "type": "Apache License", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ivan Sinitsa": "ivan.sinitsa@amomedia.com" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "ios": { |
| "frameworks": "UIKit" |
| }, |
| "source": { |
| "git": "https://github.com/amomama/LevelDBWrapper.git", |
| "tag": "0.0.5" |
| }, |
| "source_files": [ |
| "LevelDBWrapper/**/*.[mh]", |
| "LevelDBWrapper/0.0.5/FTLevelDB.mm" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "leveldb-library": [ |
| "~> 1.18" |
| ] |
| }, |
| "cocoapods_version": ">= 1.4.0", |
| "static_framework": true, |
| "prefix_header_file": false, |
| "libraries": [ |
| "c++" |
| ], |
| "frameworks": [ |
| "CFNetwork", |
| "SystemConfiguration" |
| ], |
| "pod_target_xcconfig": { |
| "GCC_C_LANGUAGE_STANDARD": "c99" |
| } |
| } |