[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 7 / 3 / 9 / FlowBuilder / 0.0.1 / FlowBuilder.podspec.json
blob7e0a794da887633404db6ee0eedf9641362bb797
2   "name": "FlowBuilder",
3   "version": "0.0.1",
4   "summary": "A utility library to build branching screen flows.",
5   "description": "A utility library to build branching screen flows, based on ResearchKit:\nhttp://researchkit.org\nhttps://github.com/ResearchKit/ResearchKit",
6   "homepage": "https://github.com/FutureWorkshops/FW-FlowBuilder-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Future Workshops": "info@futureworkshops.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/FutureWorkshops/FW-FlowBuilder-iOS.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "FlowBuilder/FlowBuilder/**/*.{h,m,swift}",
23   "public_header_files": "FlowBuilder/FlowBuilder/**/*.h",
24   "requires_arc": true,
25   "dependencies": {
26     "ResearchKit": [
27       "~> 2.0.0"
28     ]
29   },
30   "swift_version": "5.0"