[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 1 / 5 / LPA-FMDB / 2.7.4.1 / LPA-FMDB.podspec.json
blob9b348b34f73e122b31b977175fd64b2b842798f2
2   "name": "LPA-FMDB",
3   "version": "2.7.4.1",
4   "summary": "A Cocoa / Objective-C wrapper around SQLite.",
5   "homepage": "https://github.com/ccgus/fmdb",
6   "license": "MIT",
7   "authors": {
8     "August Mueller": "gus@flyingmeat.com"
9   },
10   "source": {
11     "git": "https://github.com/leeping610/fmdb.git",
12     "tag": "2.7.4.1"
13   },
14   "requires_arc": true,
15   "dependencies": {
16     "SQLCipher": [
18     ]
19   },
20   "source_files": "src/fmdb/FM*.{h,m}",
21   "exclude_files": "src/fmdb.m",
22   "xcconfig": {
23     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
24   },
25   "platforms": {
26     "osx": null,
27     "ios": null,
28     "tvos": null,
29     "watchos": null
30   }