[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 3 / 8 / 0 / STMReactiveViewController / 0.6.1 / STMReactiveViewController.podspec.json
blob831902429815fe32662a890573989f3e887d5a96
2   "name": "STMReactiveViewController",
3   "version": "0.6.1",
4   "summary": "Utilities for UIViewController made simple with ReactiveCocoa signals",
5   "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 simple form management.\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/stefanomondino/STMReactiveViewController",
7   "license": "MIT",
8   "authors": {
9     "Stefano Mondino": "stefano.mondino.dev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/stefanomondino/STMReactiveViewController.git",
13     "tag": "0.6.1"
14   },
15   "social_media_url": "https://twitter.com/puntoste",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "STMReactiveViewController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "public_header_files": "Pod/Classes/**/*.h",
27   "dependencies": {
28     "ReactiveCocoa": [
29       "~> 2.0"
30     ]
31   },
32   "deprecated": true