[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / 1 / SMInternDAO / 0.1.9.7 / SMInternDAO.podspec.json
blob0e480330800d82743560003ad142e6a38c9206b9
2   "name": "SMInternDAO",
3   "version": "0.1.9.7",
4   "summary": "Intern homework",
5   "description": "Creating DAO for SQLite.swift and GRDB.swift",
6   "homepage": "https://github.com/Matsepura/SMInternDAO",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "<Matsepura>": "<semen.matsepura@yandex.ru>"
13   },
14   "source": {
15     "git": "https://github.com/Matsepura/SMInternDAO.git",
16     "tag": "0.1.9.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "SMInternDAO/**/*.{h,swift,plist}",
22   "dependencies": {
23     "GRDB.swift": [
24       "~> 2.8.0"
25     ],
26     "SQLite.swift": [
27       "~> 0.11.4"
28     ]
29   }