blob: 496583bf99eb7d96bf16fba7aed87da5e1a5d0b0 [file] [log] [blame]
{
"name": "SimpleStorage",
"version": "1.4.0",
"summary": "A simple Storage library based on SQLite",
"homepage": "https://github.com/couchbits/simple-storage-ios",
"license": {
"type": "MIT"
},
"authors": {
"Dominik Gauggel": "dominik@couchbits.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/couchbits/simple-storage-ios.git",
"tag": "1.4.0"
},
"source_files": [
"SimpleStorage",
"SimpleStorage/**/*.{h,m,swift}"
],
"exclude_files": "SimpleStorage/Exclude",
"swift_version": "5.1"
}