blob: 4a58b03b26ca6e6294b086766a25ec360d76510c [file] [log] [blame]
{
"name": "Operations",
"version": "0.4.2",
"summary": "Powerful NSOperation subclasses",
"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.4.2"
},
"module_name": "Operations",
"social_media_url": "https://twitter.com/danthorpe",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "framework/Operations/**/*.{swift,m,h}"
}