blob: c9b03c081d0dfa4b1999442d0c0ca48c23da03a6 [file] [log] [blame]
{
"name": "STMReactiveAlert",
"version": "0.1.5",
"summary": "Display alerts with MVVM, ReactiveCocoa and MZFormSheetPresentationController",
"description": "Display alerts with MVVM, ReactiveCocoa and MZFormSheetPresentationController!",
"homepage": "https://github.com/stefanomondino/STMReactiveAlert",
"license": "MIT",
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"source": {
"git": "https://github.com/stefanomondino/STMReactiveAlert.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STMReactiveAlert": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit",
"dependencies": {
"ReactiveCocoa": [
"~>2.5"
],
"MZFormSheetPresentationController": [
]
},
"deprecated": true
}