[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 3 / 2 / f / SwiftFFDB / 0.1.2 / SwiftFFDB.podspec.json
blobc42bd780d0f6d082bb37728e2e5c0b2a628dd6da
2   "name": "SwiftFFDB",
3   "version": "0.1.2",
4   "summary": "a Object/Relational Mapping (ORM) support to iOS and Perfect-Server library.",
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": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Fidetro/SwiftFFDB.git",
18     "tag": "0.1.2"
19   },
20   "source_files": [
21     "Sources",
22     "Sources/*.{swift}"
23   ],
24   "libraries": "sqlite3",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.7.2"
28     ]
29   },
30   "pushed_with_swift_version": "4.0"