[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 6 / d / BoltsExtras / 0.4.3 / BoltsExtras.podspec.json
blob0035ea42e467002fc62c18dc8fb7d9c5e9bab478
2   "name": "BoltsExtras",
3   "version": "0.4.3",
4   "summary": "A collection of stuff to make IOS Programming Easier with Bolts.",
5   "description": "                       A collection of stuff to make IOS Programming Easier with Bolts.\n                       \n                       UIAlertView and UIActionSheet block based implementations that let wrap them into BFTasks\n\n                       * Markdown format.\n                       * Don't worry about the indent, we strip it!\n",
6   "homepage": "https://github.com/mishagray/BoltsExtras",
7   "license": "MIT",
8   "authors": {
9     "Michael Gray": "mishagray@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/mishagray/BoltsExtras.git",
13     "tag": "0.4.3"
14   },
15   "social_media_url": "https://twitter.com/mishagray",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/*.{h,m}",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "Bolts": [
24       "~> 1.1.2"
25     ]
26   }