[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / f / c / CCSQLite / 3.0.4 / CCSQLite.podspec.json
blob06f71602628df362d654ea2c9da8ce39868f327e
2   "name": "CCSQLite",
3   "version": "3.0.4",
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": "3.0.4"
16   },
17   "requires_arc": true,
18   "default_subspecs": "standard",
19   "platforms": {
20     "ios": "9.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   ]