[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 0 / 1 / SMInternDAO / 0.2 / SMInternDAO.podspec.json
blob08cf03b02d51e764e206acea599fe1e6978e672e
2   "name": "SMInternDAO",
3   "version": "0.2",
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.2"
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   }