[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / 6 / Tracer-iOS / 0.1.2 / Tracer-iOS.podspec.json
blob5221cf68526a9f5aec3fc0c4703de09bd3178b09
2   "name": "Tracer-iOS",
3   "summary": "Use traces to validate UX flows, analytics, or event buses.",
4   "version": "0.1.2",
5   "homepage": "https://github.com/KeepSafe/Tracer-iOS",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Keepsafe": "rob@robphillips.me"
12   },
13   "source": {
14     "git": "https://github.com/KeepSafe/Tracer-iOS.git",
15     "tag": "v0.1.2"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "requires_arc": true,
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Source/**/*.{h,swift}"
26     },
27     {
28       "name": "UI",
29       "dependencies": {
30         "Tracer-iOS/Core": [
32         ]
33       },
34       "source_files": "UI/**/*.{swift}",
35       "resources": "UI/TraceUI.xcassets"
36     }
37   ],
38   "swift_version": "5.0"