blob: 45307fa1391a17fa3277f71ce0468e08e62bbc15 [file] [log] [blame]
{
"name": "Operations",
"version": "0.6.0",
"summary": "Powerful NSOperation subclasses",
"description": " \nA Swift 1.2 framework inspired by Apple's WWDC 2015\nsession Advanced NSOperations: https://developer.apple.com/videos/wwdc/2015/?id=226\n\n",
"homepage": "https://github.com/danthorpe/Operations",
"license": "MIT",
"authors": {
"Daniel Thorpe": "@danthorpe"
},
"source": {
"git": "https://github.com/danthorpe/Operations.git",
"tag": "0.6.0"
},
"module_name": "Operations",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "framework/Operations/**/*.{swift,m,h}"
}