[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 1 / f / c / CCSQLite / 2.0.2 / CCSQLite.podspec.json
blobc2bee85b464be0b77b71fd26dec691c240e4a576
2   "name": "CCSQLite",
3   "version": "2.0.2",
4   "summary": "A Cocoa / Objective-C wrapper around SQLite. YapDatabase(key/value store) + FMDB (ARC),\nCCKeyValue can replace NSUserDefaults or simple data type or key value type [Lightweight data] [Lightweight cache]. \nCCSQLite 支持 iOS与OSX (Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB (ARC)),\nCCKeyValue可替换NSUserDefaults 或 简单数据类型 或 键值类型 [轻量级数据] [轻量级缓存].",
5   "homepage": "https://github.com/ccworld1000/CCSQLite",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "CC": "ccworld1000@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ccworld1000/CCSQLite.git",
15     "tag": "2.0.2"
16   },
17   "requires_arc": true,
18   "default_subspecs": "standard",
19   "platforms": {
20     "ios": "7.0",
21     "osx": "10.9"
22   },
23   "subspecs": [
24     {
25       "name": "standard",
26       "libraries": "sqlite3",
27       "source_files": "CCSQLite/*.{h,m}",
28       "resources": "LICENSE/*.{txt}",
29       "xcconfig": {
30         "OTHER_CFLAGS": "$(inherited)"
31       }
32     },
33     {
34       "name": "SQLCipher",
35       "dependencies": {
36         "SQLCipher": [
38         ]
39       },
40       "source_files": "CCSQLite/*.{h,m}",
41       "xcconfig": {
42         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
43       }
44     }
45   ]