blob: bd4ff84fd4d7595c46f2135d6ea5766c63f5e99f [file] [log] [blame]
{
"name": "CovertOpsData",
"version": "0.1.0",
"summary": "An extension of the `CovertOps` pod which includes a compatible CoreData expansion pack.",
"dependencies": {
"CovertOps": [
]
},
"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.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "CovertOpsData/Classes/**/*"
}