blob: f9ced5bd08dc25beaabf6cf9a0386bf10a5e3e90 [file] [log] [blame]
{
"name": "CovertOps",
"version": "0.1.1",
"summary": "A robust application framework built upon Operation and OperationQueue.",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "CovertOps/Classes/**/*"
}