[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 7 / d / MadSqliteSwift / 0.2.3 / MadSqliteSwift.podspec.json
blobca22c0a2c5c2405c6edcb8e8094b9dce1c43ec8e
2   "name": "MadSqliteSwift",
3   "version": "0.2.3",
4   "summary": "A simple Sqlite Abstraction",
5   "description": "A simple Sqlite Abstraction with FTS5 and R*Tree enabled",
6   "homepage": "https://manimaul.github.io/madsqlite/",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "William Kamp": "manimaul@gmail.com"
13   },
14   "documentation_url": "https://manimaul.github.io/madsqlite/ios",
15   "source": {
16     "git": "https://github.com/manimaul/madsqlite-ios-swift.git",
17     "tag": "0.2.3"
18   },
19   "platforms": {
20     "ios": "10.1"
21   },
22   "source_files": "MadSqliteSwift/**/*.{swift}",
23   "requires_arc": true,
24   "dependencies": {
25     "MadSqlite": [
26       "0.2.3"
27     ]
28   },
29   "pushed_with_swift_version": "3.0"