blob: 2e3a3a6e832531fead1a0a308453a878117c3843 [file] [log] [blame]
{
"name": "BoltsHelpers",
"version": "0.1.1",
"summary": "A collection of classes and categories to extend foundation and UIKit frameworks with Bolts.",
"description": " A collection of classes and categories to extend foundation and UIKit frameworks with Bolts.\n \n The current version of this library is a bit bare-bones, but contains categories on UIImage and NSData to put some potentially expensive operations on a background queue and return a BFTask to handle the result.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/nickhart/BoltsHelpers",
"license": "MIT",
"authors": {
"Nicholas Hart": "nickhart@gmail.com"
},
"source": {
"git": "https://github.com/nickhart/BoltsHelpers.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Bolts": [
"~> 1.1.1"
]
}
}