blob: 28449043a667c58385c9a093ca4d4710baad445f [file] [log] [blame]
{
"name": "STMReactiveViewController",
"version": "0.2.0",
"summary": "Utilities for UIViewController made simple with ReactiveCocoa signals",
"description": " STMReactiveViewController includes a collection of methods that aim to simplify common task such as passing of parameters in storyboard segues, presenting alerts and actionsheets and more.\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/stefanomondino/STMReactiveViewController",
"license": "MIT",
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"source": {
"git": "https://github.com/stefanomondino/STMReactiveViewController.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/puntoste",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STMReactiveViewController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
],
"libextobjc/EXTScope": [
]
},
"deprecated": true
}