[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / 0 / sqlite3_distlib / 0.1.1 / sqlite3_distlib.podspec.json
blobb0c52aceccd22a2c4edabf260e30ae1640cd5448
2   "name": "sqlite3_distlib",
3   "version": "0.1.1",
4   "summary": "sqlite3_distlib is an extension that allows to query based on the score of ressemblance given",
5   "description": "sqlite3_distlib is an extension that allows to query based on the score of ressemblance given",
6   "homepage": "https://github.com/NohchoBx/sqlite3_distlib_ios_pod.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NohchoDev": "nohchodev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NohchoBx/sqlite3_distlib_ios_pod.git",
16     "tag": "0.1.1"
17   },
18   "prepare_command": "cd sqlite3_distlib/Common/\nmake RegistExt.cpp",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13"
22   },
23   "source_files": "sqlite3_distlib/Common/*.{h,c,cpp,hpp}",
24   "requires_arc": false,
25   "public_header_files": "sqlite3_distlib/Common/RegistExt.h",
26   "pod_target_xcconfig": {
27     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default",
28     "CLANG_CXX_LIBRARY": "libc++",
29     "OTHER_LDFLAGS": "$(inherited) -ObjC"
30   }