[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 2 / CovertOpsData / 0.1.4 / CovertOpsData.podspec.json
blob9a6aff6e9463e0d286c1dbf45d71ff9ee56b125c
2   "name": "CovertOpsData",
3   "version": "0.1.4",
4   "summary": "An extension of the `CovertOps` pod which includes a compatible CoreData expansion pack.",
5   "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.",
6   "homepage": "https://github.com/patricklynch/CovertOpsData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "patricklynch": "pdlynch@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/patricklynch/CovertOpsData.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "CovertOpsData/Classes/**/*",
23   "dependencies": {
24     "CovertOps": [
26     ]
27   }