blob: f30528d18e3e99cb063d5f4e43e339e67842c69d [file] [log] [blame]
{
"name": "AdvancedOperations",
"version": "0.1.3",
"summary": "Advanced NSOperations Framework for Swift",
"description": "Framework that decouples the Advanced NSOperations concepts as much as possible in order to allow applications to take what they need, and not take what they do not need. You might call this NSOperations-lite.",
"homepage": "https://github.com/royratcliffe/Operations",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
},
"source": {
"git": "https://github.com/royratcliffe/AdvancedOperations.git",
"tag": "0.1.3"
},
"source_files": "AdvancedOperations/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true
}