[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / 1 / CoreDataMonk / 0.9.1 / CoreDataMonk.podspec.json
blob36887a6cb00e398c668ba097425acd6b41032e2a
2   "name": "CoreDataMonk",
3   "version": "0.9.1",
4   "summary": "A flexible and easy-to-use CoreData library",
5   "description": "CoreDataMonk is a helper library to make using CoreData easier and safer in the concurrent setup.\nThe main features of CoreDataMonk are:\n\n+ Allow you to setup CoreData in different ways easily\n  (three tier, two-tier with auto merge, multiple main context with manual reload, etc...)\n+ API that is easy to use and understand\n+ Swift friendly query expression\n+ Serialized update to avoid data consistency problem (optional)\n+ Use exception for error handling",
6   "homepage": "https://github.com/SteveKChiu/CoreDataMonk",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Steve K. Chiu": "steve.k.chiu@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/SteveKChiu/CoreDataMonk.git",
18     "tag": "v0.9.1"
19   },
20   "source_files": [
21     "CoreDataMonk",
22     "CoreDataMonk/**/*.{swift}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreData"
28   ],
29   "requires_arc": true