blob: 0415f481deb8ec5de01854fd32a1cba233503781 [file] [log] [blame]
{
"name": "SimpleStorage",
"version": "1.1.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.1.0"
},
"source_files": [
"SimpleStorage",
"SimpleStorage/**/*.{h,m,swift}"
],
"exclude_files": "SimpleStorage/Exclude",
"swift_version": "5.1"
}