blob: 3ec848f69aaab5e373829c05d4efb784fcfc59c2 [file] [log] [blame]
{
"name": "STMReactiveAlert",
"version": "0.1.6",
"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.6"
},
"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
}