[Add] BoreyAdSDK 1.0.7
[CocoaPods.git] / Specs / 5 / a / 1 / CoreDataMonk / 0.9.6 / CoreDataMonk.podspec.json
blob34dcfe54a7c8e5a5544c82b3d5cede483fa2f6b2
2   "name": "CoreDataMonk",
3   "version": "0.9.6",
4   "summary": "A flexible and easy-to-use CoreData library for Swift",
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 Swift 2.0 error handling model",
6   "homepage": "https://github.com/SteveKChiu/CoreDataMonk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Steve K. Chiu": "steve.k.chiu@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/SteveKChiu/CoreDataMonk.git",
19     "tag": "v0.9.6"
20   },
21   "source_files": [
22     "CoreDataMonk",
23     "CoreDataMonk/**/*.{swift}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit",
28     "CoreData"
29   ],
30   "requires_arc": true