[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 7 / 1 / WTAData / 1.2.2 / WTAData.podspec.json
blob6111751ac64243937f1b2663d1bc812100e79ecd
2   "name": "WTAData",
3   "version": "1.2.2",
4   "summary": "WTAData is a wrapper for CoreData to handle commmon operations associated with managing a CoreData stack",
5   "description": "                  WTAData provides a light-weight interface for setting up an asynchronous CoreData stack. WTAData utilizes two NSManagedObjectContexts: main and background, for achieving fast and performant core data access. The main context is generally used for read access to the core data stack. The main context updates automatically when changes are saved by the background managed object context. The background context is primarily used for performing saves in background threads, such as when a network call completes. \n",
6   "homepage": "https://github.com/willowtreeapps/WTAData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WillowTree, Inc.": "willowtreeapps.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/willowtreeapps/WTAData.git",
19     "tag": "1.2.2"
20   },
21   "source_files": [
22     "WTAData",
23     "WTAData/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true