[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / f / SwiftFFDB / 2.2 / SwiftFFDB.podspec.json
blob3067fcf73f9314729e79076dd412388f028b4938
2   "name": "SwiftFFDB",
3   "version": "2.2",
4   "summary": "a Object/Relational Mapping (ORM) support to iOS.",
5   "homepage": "https://github.com/Fidetro/SwiftFFDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fidetro": "zykzzzz@hotmail.com"
12   },
13   "platforms": {
14     "ios": "9.0",
15     "osx": "10.9"
16   },
17   "source": {
18     "git": "https://github.com/Fidetro/SwiftFFDB.git",
19     "tag": "2.2"
20   },
21   "source_files": [
22     "Sources",
23     "Sources/*.{swift}"
24   ],
25   "libraries": "sqlite3",
26   "dependencies": {
27     "FMDB": [
28       "~> 2.7.2"
29     ]
30   }