[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 8 / 2 / CovertOpsData / 0.1.0 / CovertOpsData.podspec.json
blobbd4ff84fd4d7595c46f2135d6ea5766c63f5e99f
2   "name": "CovertOpsData",
3   "version": "0.1.0",
4   "summary": "An extension of the `CovertOps` pod which includes a compatible CoreData expansion pack.",
5   "dependencies": {
6     "CovertOps": [
8     ]
9   },
10   "description": "The original `CovertOps` framework uses operations from Apple's Foundation framework for achieving precise timing, exclusivity, thread safety, asynchronous behavior and dependency management.  This add-on uses that architecture to create a thread-safe implementation of a CoreData stack that uses operations to read and write from a persistent store.",
11   "homepage": "https://github.com/patricklynch/CovertOpsData",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "patricklynch": "pdlynch@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/patricklynch/CovertOpsData.git",
21     "tag": "0.1.0"
22   },
23   "platforms": {
24     "ios": "10.0"
25   },
26   "swift_version": "4.2",
27   "source_files": "CovertOpsData/Classes/**/*"