Skip to content

Commit 7dfc063

Browse files
committed
Specifies BSD-3-Clause license in Podspec (Issue sqlcipher#522)
1 parent 1f5940b commit 7dfc063

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

SQLCipher.podspec.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"default_subspecs": "standard",
44
"description": "SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.",
55
"homepage": "https://www.zetetic.net/sqlcipher/",
6-
"license": "BSD",
6+
"license": {
7+
"type": "BSD-3-Clause",
8+
"file": "LICENSE.md"
9+
}
710
"name": "SQLCipher",
811
"platforms": {
912
"ios": "12.0",

0 commit comments

Comments
 (0)