[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / f / c / CCSQLite / 1.1.2 / CCSQLite.podspec.json
blob79ad5171a8ab72f052af073772a2c803084d8ed2
2   "name": "CCSQLite",
3   "version": "1.1.2",
4   "summary": "A Cocoa / Objective-C wrapper around SQLite. YapDatabase(key/value store) + FMDB (ARC), CCSQLite 支持 iOS与OSX (Objective-C 封装的SQLite. 结合YapDatabase(key/value store) + FMDB (ARC)).",
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": "1.1.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       "xcconfig": {
29         "OTHER_CFLAGS": "$(inherited)"
30       }
31     },
32     {
33       "name": "SQLCipher",
34       "dependencies": {
35         "SQLCipher": [
37         ]
38       },
39       "source_files": "CCSQLite/*.{h,m}",
40       "xcconfig": {
41         "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC -DHAVE_USLEEP=1"
42       }
43     }
44   ]