[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 2 / 4 / f / Workflow / 1.3.0 / Workflow.podspec.json
bloba31d9f9c04f110f32d5456c313c81e215475e8ac
2   "name": "Workflow",
3   "version": "1.3.0",
4   "summary": "Reactive application architecture",
5   "homepage": "https://www.github.com/square/workflow-swift",
6   "license": "Apache License, Version 2.0",
7   "authors": "Square",
8   "source": {
9     "git": "https://github.com/square/workflow-swift.git",
10     "tag": "v1.3.0"
11   },
12   "cocoapods_version": ">= 1.7.0",
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "11.0",
18     "osx": "10.13"
19   },
20   "source_files": "Workflow/Sources/*.swift",
21   "dependencies": {
22     "ReactiveSwift": [
23       "~> 7.1.1"
24     ]
25   },
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES"
28   },
29   "testspecs": [
30     {
31       "name": "Tests",
32       "test_type": "unit",
33       "source_files": "Workflow/Tests/**/*.swift",
34       "frameworks": "XCTest",
35       "libraries": "swiftos"
36     }
37   ],
38   "swift_version": "5.0"