blob: 0baf00dbdc45e0fd2beb0f0ad0bde2db09bd6256 [file] [log] [blame]
{
"name": "AsyncOperations",
"version": "0.1.0",
"summary": "A toolbox of NSOperation subclasses for a variety of asynchronous programming needs.",
"description": "A toolbox of NSOperation subclasses for a variety of asynchronous programming needs. I'm adding additional words here to satisy CocoaPods' pedantry.",
"homepage": "https://github.com/jaredsinclair/AsyncOperations",
"license": "MIT",
"authors": {
"Jared Sinclair": "desk@jaredsinclair.com"
},
"source": {
"git": "https://github.com/jaredsinclair/AsyncOperations.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Source/*.swift"
}