[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / c / ESDatabaseWrapper / 1.0 / ESDatabaseWrapper.podspec.json
blob63ac1606b3a054ffa7ee89e045c2cd3bd560d39d
2   "name": "ESDatabaseWrapper",
3   "version": "1.0",
4   "summary": "Objective-C protocols for FMDB",
5   "description": "A library that wraps FMDB into protocols. The database engine can be easily replaced.",
6   "homepage": "https://github.com/dodikk/ESDatabaseWrapper",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE-BSD.txt"
10   },
11   "source": {
12     "git": "https://github.com/dodikk/ESDatabaseWrapper.git",
13     "tag": "v1.0"
14   },
15   "authors": {
16     "Alexander Dodatko": "dodikk88.tutor@gmail.com"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "ios": {
22     "requires_arc": true,
23     "header_mappings_dir": "ESDatabaseWrapper",
24     "source_files": "ESDatabaseWrapper/**/*.{c,cpp,mm,h,m}",
25     "prefix_header_file": "ESDatabaseWrapper/ESDatabaseWrapper-Prefix.pch",
26     "dependencies": {
27       "FMDB": [
28         "~> 2.0"
29       ]
30     },
31     "frameworks": "Foundation",
32     "libraries": [
33       "sqlite3",
34       "c++",
35       "stdc++"
36     ]
37   }