[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / 3 / 4 / RealmSwiftManager / 0.0.1 / RealmSwiftManager.podspec.json
bloba422778a395403cad5508863a5d71130338350ca
2   "name": "RealmSwiftManager",
3   "version": "0.0.1",
4   "summary": "基于RealmSwift封装的微型框架,一行代码实现增删改查,自动管理线程。",
5   "homepage": "https://github.com/ypseek/RealmManager",
6   "license": "MIT",
7   "authors": {
8     "ypseek": "yupengseek@gmail.com"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/ypseek/RealmManager.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "Example/RealmManager/RealmManager/*",
18   "requires_arc": true,
19   "dependencies": {
20     "RealmSwift": [
21       "~> 3.10"
22     ]
23   },
24   "swift_versions": "5.0",
25   "swift_version": "5.0"