blob: c9e7256535ef9b732471208d8ee0a6588cf4fb4b [file] [log] [blame]
{
"name": "BoltsHelpers",
"version": "0.1.0",
"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 * 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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Bolts": [
"~> 1.1.1"
]
}
}