blob: 1208f5b974d9e5a7d86d025071c27634c9c09414 [file] [log] [blame]
{
"name": "SMInternDAO",
"version": "0.1.9",
"summary": "Intern homework",
"description": "Creating DAO for SQLite.swift and GRDB.swift",
"homepage": "https://github.com/Matsepura/SMInternDAO",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"<Matsepura>": "<semen.matsepura@yandex.ru>"
},
"source": {
"git": "https://github.com/Matsepura/SMInternDAO.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SMInternDAO/**/*.{h,swift,plist}",
"dependencies": {
"GRDB.swift": [
"~> 2.8.0"
]
}
}