blob: e310b00228e59e715f3e53630337fd2312c7d595 [file] [log] [blame]
{
"name": "Scenario",
"version": "0.0.1-beta",
"summary": "Simplifies adding user scenarios to your app.",
"description": "Scenario framework aimed to simplify user scenarios integration in your apps. For example one service could supply your ready to use scenario, and you as a app developer could start such scenario just by pressing button. Or you can create some handy user scenarios and reuse them in your different applications.",
"homepage": "https://github.com/diniska/Scenario",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Chaschin": "github.com@chaschin.pro"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/diniska/scenario.git",
"tag": "0.0.1-beta"
},
"source_files": "Scenario",
"exclude_files": "Scenario/Info.plist"
}