blob: 577d2b3c1eda456c96f06561d3516d83e0183831 [file] [log] [blame]
{
"name": "SQLDataAccess",
"version": "0.2.1",
"summary": "SQLDataAccess is a class used to facilitate using either SQLite or SQLCipher in iOS.",
"description": "SQLDataAccess makes writing SQL query statements for SQLite databases easy and a joy to work with in iOS! SQLDataAccess also works for large SQL Transactions speeding up performance dramatically on any kind of query. Need a HIPAA compliant database for security? SQLDataAccess is super easy to integrate with SQLCipher from (www.zetetic.net). Now you can have both worlds, easy of use, and 256 bit AES encryption along with phenomenal performace!",
"homepage": "https://github.com/pmurphyjam/SQLDataAccess",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pmurphyjam": "pmurphyjam@gmail.com"
},
"source": {
"git": "https://github.com/pmurphyjam/SQLDataAccess.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/pmurphyjam",
"platforms": {
"ios": "10.0"
},
"source_files": "SQLDataAccess/Classes/**/*",
"libraries": "sqlite3",
"resource_bundles": {
"SQLDataAccess": [
"SQLDataAccess/Resources/Example.db"
]
}
}