[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / f / 1 / a / LYFMDBManager / 1.0.0 / LYFMDBManager.podspec.json
blob715716856a89da6200197327a698f63d4286be93
2   "name": "LYFMDBManager",
3   "version": "1.0.0",
4   "summary": "An easy way to use FMDB without writing any SQL code by yourself",
5   "description": "A Tool that make it easy to use FMDB without writing any SQL code by yourself",
6   "homepage": "https://github.com/LustySwimmer/LYFMDBManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lusty": "LustySwimmer@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LustySwimmer/LYFMDBManager.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LYFMDBManager/Classes/**/*",
22   "dependencies": {
23     "MJExtension": [
25     ],
26     "FMDB": [
28     ]
29   }