[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 2 / 4 / f / Workflow / 0.19.0 / Workflow.podspec.json
blob00a7e1375bb20e5c4683e15c0dfca2ea823bcaba
2   "name": "Workflow",
3   "version": "0.19.0",
4   "summary": "Reactive application architecture",
5   "homepage": "https://www.github.com/square/workflow",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow.git",
10     "tag": "v0.19.0"
11   },
12   "cocoapods_version": ">= 1.7.0.beta.1",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "9.3"
18   },
19   "source_files": "swift/Workflow/Sources/*.swift",
20   "dependencies": {
21     "ReactiveSwift": [
22       "~> 5.0.0"
23     ]
24   },
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "swift/Workflow/Tests/**/*.swift",
30       "frameworks": "XCTest"
31     }
32   ],
33   "swift_version": "5.0"