[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / f / 2 / 9 / ZMWFMDB / 1.0.1 / ZMWFMDB.podspec.json
blob10ab126e2b08ad0c28753dd59f46bb461ea596fc
2   "name": "ZMWFMDB",
3   "version": "1.0.1",
4   "summary": "基于FMDB的数据库相关操作(事务、增删改查、单例、子线程)",
5   "description": "\"基于FMDB的数据库相关操作(事务、增删改查、单例、子线程)\"",
6   "homepage": "https://github.com/zjjzmw1/ZMWFMDB",
7   "license": "MIT",
8   "authors": {
9     "张明炜": "zjjzmw1@163.com"
10   },
11   "source": {
12     "git": "https://github.com/zjjzmw1/ZMWFMDB.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/*",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ]