blob: bd8ab47018c599d11f306b081f9bc35f91d24b05 [file] [log] [blame]
{
"name": "EncryptedDB",
"version": "0.1.0",
"summary": "EncryptedDB.",
"description": "加密数据库EncryptedDB",
"homepage": "https://github.com/AgoniNemo/EncryptedDB",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AgoniNemo": "XZC168520@163.com"
},
"source": {
"git": "https://github.com/AgoniNemo/EncryptedDB.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "EncryptedDB/Classes/*.h",
"dependencies": {
"FMDB/SQLCipher": [
"~> 2.7.5"
]
},
"subspecs": [
{
"name": "Database",
"source_files": "EncryptedDB/Classes/Database/*.{h,m}"
}
]
}