blob: f4eb72cfc998592c5d3a05dc432d3fc5a8955f36 [file] [log] [blame]
{
"name": "CovertOps",
"version": "0.1.4",
"summary": "A robust application framework built upon Operation and OperationQueue.",
"frameworks": "CoreData",
"description": "An open source framework using operations from Apple's Foundation framework for achieving precise timing, exclusivity, thread safety, asynchronous behavior and dependency management.",
"homepage": "https://github.com/patricklynch/CovertOps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"patricklynch": "pdlynch@gmail.com"
},
"source": {
"git": "https://github.com/patricklynch/CovertOps.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "CovertOps/Classes/**/*"
}