blob: 9a6aff6e9463e0d286c1dbf45d71ff9ee56b125c [file] [log] [blame]
{
"name": "CovertOpsData",
"version": "0.1.4",
"summary": "An extension of the `CovertOps` pod which includes a compatible CoreData expansion pack.",
"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.",
"homepage": "https://github.com/patricklynch/CovertOpsData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"patricklynch": "pdlynch@gmail.com"
},
"source": {
"git": "https://github.com/patricklynch/CovertOpsData.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "CovertOpsData/Classes/**/*",
"dependencies": {
"CovertOps": [
]
}
}