blob: b2490dede802d19863ad381c6f9761496bf00c44 [file] [log] [blame]
{
"name": "DTStorage",
"version": "0.1.0",
"summary": "A library for data persistence on iOS that uses SQLite (with FMDB).",
"homepage": "https://github.com/diogot/DTStorage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diogo Tridapalli": "diogo@diogot.com"
},
"social_media_url": "http://twitter.com/diogot",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/diogot/DTStorage.git",
"tag": "0.1.0"
},
"frameworks": "SystemConfiguration",
"requires_arc": true,
"dependencies": {
"FormatterKit/ArrayFormatter": [
]
},
"default_subspecs": "standard",
"subspecs": [
{
"name": "standard",
"source_files": "DTStorage/*.{h,m}",
"dependencies": {
"FMDB": [
]
}
},
{
"name": "SQLCipher",
"source_files": "DTStorage/*.{h,m}",
"dependencies": {
"FMDB/SQLCipher": [
]
}
}
]
}