[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 3 / LDMLightweightStore / 0.0.1 / LDMLightweightStore.podspec.json
blob969255c1db16e9ff08b90346df7958434a3206f3
2   "name": "LDMLightweightStore",
3   "version": "0.0.1",
4   "summary": "Lightweight key-value store which gives easy data access in memory, defaults and keychain domains",
5   "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.",
6   "homepage": "https://github.com/lolgear/LDMLightweightStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Lobanov": "gaussblurinc@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/lolgear/LDMLightweightStore.git",
19     "submodules": false,
20     "tag": "0.0.1"
21   },
22   "source_files": "Pod/**/*.{h,m}",
23   "exclude_files": "Example",
24   "frameworks": [
25     "Foundation",
26     "SystemConfiguration",
27     "Security"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "UICKeyChainStore": [
33     ],
34     "CocoaLumberjack": [
36     ]
37   }