blob: 493a63e126ba52863a35886010cd16c3de0f9be7 [file] [log] [blame]
{
"name": "ALBNoSQLDB",
"version": "4.2.2",
"summary": "A thread safe SQLite database wrapper written in Swift 3",
"homepage": "https://github.com/AaronBratcher/ALBNoSQLDB",
"license": "MIT",
"authors": {
"Aaron Bratcher": "aaronlbratcher@yahoo.com"
},
"social_media_url": "http://twitter.com/AaronLBratcher",
"platforms": {
"osx": "10.10",
"ios": "9.0"
},
"osx": {
"frameworks": [
"AppKit",
"Foundation"
],
"source_files": [
"ALBNoSQLDB",
"ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
]
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
],
"source_files": [
"ALBNoSQLDB",
"ALBNoSQLDB/ALBNoSQLDB/**/*.{h,m,swift}"
]
},
"source": {
"git": "https://github.com/AaronBratcher/ALBNoSQLDB.git",
"tag": "4.2.2"
},
"libraries": "sqlite3",
"pushed_with_swift_version": "3.0"
}