blob: c15c00d0291a8ee4e6ed4559783bec977d440c91 [file] [log] [blame]
{
"name": "BoltsExtras",
"version": "0.2.0",
"summary": "A collection of stuff to make IOS Programming Easier with Bolts.",
"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",
"homepage": "https://github.com/mishagray/BoltsExtras",
"license": "MIT",
"authors": {
"Michael Gray": "mishagray@gmail.com"
},
"source": {
"git": "https://github.com/mishagray/BoltsExtras.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/mishagray",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"Bolts": [
"~> 1.1.2"
]
}
}