[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 9 / 2 / SwiftyWorkflow / 0.9.0-rc1 / SwiftyWorkflow.podspec.json
blob3778d3984347e9914103b3e89c2abc7e17e9deb6
2   "name": "SwiftyWorkflow",
3   "version": "0.9.0-rc1",
4   "summary": "Workflows abstraction for Swift. Business oriented declarative way of creating Swift apps.",
5   "description": "Library that abstracts navigation, to provide business oriented declarative way of creating workflow.\nContains UIKit independent navigation abstraction.",
6   "homepage": "https://github.com/GirAppe/SwiftyWorkflow",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrzej Michnia": "amichnia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GirAppe/SwiftyWorkflow.git",
16     "tag": "0.9.0-rc1"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "swift_versions": [
23     "5.0",
24     "5.1.2"
25   ],
26   "default_subspecs": "Core",
27   "preserve_paths": "*",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "SwiftyWorkflow/**/*.swift",
32       "frameworks": "Foundation"
33     }
34   ],
35   "swift_version": "5.1.2"