blob: 12905a810a7d3d63cca4a489cbbb4d991f661795 [file] [log] [blame]
{
"name": "AgileDB",
"version": "6.0.0",
"summary": "A thread safe SQLite database wrapper written in Swift 5",
"homepage": "https://github.com/AaronBratcher/AgileDB",
"license": "MIT",
"authors": {
"Aaron Bratcher": "aaronlbratcher@yahoo.com"
},
"social_media_url": "http://twitter.com/AaronLBratcher",
"platforms": {
"osx": "10.15",
"ios": "13.0"
},
"swift_versions": "5.2",
"osx": {
"frameworks": [
"AppKit",
"Foundation"
],
"source_files": [
"AgileDB",
"AgileDB/AgileDB/**/*.{h,m,swift}"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": [
"AgileDB",
"AgileDB/AgileDB/**/*.{h,m,swift}"
]
},
"source": {
"git": "https://github.com/AaronBratcher/AgileDB.git",
"tag": "6.0.0"
},
"libraries": "sqlite3",
"swift_version": "5.2"
}