blob: 969255c1db16e9ff08b90346df7958434a3206f3 [file] [log] [blame]
{
"name": "LDMLightweightStore",
"version": "0.0.1",
"summary": "Lightweight key-value store which gives easy data access in memory, defaults and keychain domains",
"description": "If you don't know how to store settings of your app, you can use this lightstore for this task.\nChoose correct policy and store items without pain.\nAlso, you can switch policy very easy.",
"homepage": "https://github.com/lolgear/LDMLightweightStore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Lobanov": "gaussblurinc@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lolgear/LDMLightweightStore.git",
"submodules": false,
"tag": "0.0.1"
},
"source_files": "Pod/**/*.{h,m}",
"exclude_files": "Example",
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
],
"requires_arc": true,
"dependencies": {
"UICKeyChainStore": [
],
"CocoaLumberjack": [
]
}
}