[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / b / 1 / sModel / 1.2.1 / sModel.podspec.json
blob871eb886ea21eb86e2c182c0a8735a8745901b66
2   "name": "sModel",
3   "version": "1.2.1",
4   "summary": "sModel is a lightweight Swift ORM backed by sqlite.",
5   "description": "sModel is a Swift framework written on top of FMDB to provide:\n  - Simple management of your database schema (including schema updates)\n  - Simple mapping of database rows to Swift objects\n  - Batch updates for improved performance on large updates\n  - Simplified handling of local data that gets synchronized with external data\n\nThe sModel library has been used for many years on multiple apps found in the AppStore.  This code is production ready and  has been battle tested by millions of\nusers across multiple apps. Compatible with Swift 4.",
6   "homepage": "https://github.com/FamilySearch/sModel",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Stephen Lynn": "slynn@familysearch.org"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "12.0",
17     "watchos": "5.0"
18   },
19   "source": {
20     "git": "https://github.com/FamilySearch/sModel.git",
21     "tag": "v1.2.1"
22   },
23   "source_files": "Sources/*.swift",
24   "requires_arc": true,
25   "module_name": "sModel",
26   "dependencies": {
27     "FMDB": [
28       "2.7.5"
29     ]
30   },
31   "swift_version": "5.0"