[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / a / flowkit-ios / 1.0.2 / flowkit-ios.podspec.json
blob78f2f7e38816ab516bc535eb6461e2d84762e288
2   "name": "flowkit-ios",
3   "version": "1.0.2",
4   "summary": "Dynamic and type-safe framework for building linear and non-linear flows",
5   "description": "FlowKit is a dynamic flow framework capable of building a flow, based on conditions and ordered according to a logic of next steps",
6   "homepage": "https://github.com/n26/flowkit-ios/tree/main",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NA": "N26 GmbH"
13   },
14   "source": {
15     "git": "git@github.com:n26/flowkit-ios.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "module_name": "FlowKit",
23   "default_subspecs": "Core",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "requires_app_host": false,
29       "dependencies": {
30         "Quick": [
32         ],
33         "Nimble": [
35         ]
36       },
37       "source_files": [
38         "flowkit-ios/Tests/Classes/**/*.{swift}"
39       ]
40     }
41   ],
42   "subspecs": [
43     {
44       "name": "Core",
45       "source_files": "flowkit-ios/Classes/**/*"
46     },
47     {
48       "name": "Additions",
49       "source_files": "flowkitAdditions/Classes/**/*",
50       "dependencies": {
51         "flowkit-ios/Core": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"