[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 4 / 8 / Scenario / 0.0.1-beta1 / Scenario.podspec.json
blob80a333bed81d8f7fee8df0e26e92c28eec87626d
2   "name": "Scenario",
3   "version": "0.0.1-beta1",
4   "summary": "Simplifies adding user scenarios to your app.",
5   "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.",
6   "homepage": "https://github.com/diniska/Scenario",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Chaschin": "github.com@chaschin.pro"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/diniska/scenario.git",
19     "tag": "0.0.1-beta1"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Core/Scenario/",
26       "exclude_files": [
27         "Core/Scenario/Info.plist",
28         "Core/Scenario/Scenario.h"
29       ]
30     },
31     {
32       "name": "UberOAuth",
33       "source_files": "UberOAuth/Sources/",
34       "dependencies": {
35         "UberKit": [
37         ],
38         "Scenario/Core": [
40         ]
41       }
42     }
43   ]