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