[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / b / 0 / BoltsHelpers / 0.1.1 / BoltsHelpers.podspec.json
blob2e3a3a6e832531fead1a0a308453a878117c3843
2   "name": "BoltsHelpers",
3   "version": "0.1.1",
4   "summary": "A collection of classes and categories to extend foundation and UIKit frameworks with Bolts.",
5   "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",
6   "homepage": "https://github.com/nickhart/BoltsHelpers",
7   "license": "MIT",
8   "authors": {
9     "Nicholas Hart": "nickhart@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/nickhart/BoltsHelpers.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "Bolts": [
23       "~> 1.1.1"
24     ]
25   }