[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 1 / TiltUpTest / 3.0.0 / TiltUpTest.podspec.json
blobc6f9511ef1b164e8f773bd0acc2949cac333198a
2   "name": "TiltUpTest",
3   "version": "3.0.0",
4   "summary": "Official Clutter SDK in Swift to access core iOS test helpers.",
5   "description": "TiltUpTest is a framework that provides utilities and mocks that are useful for\nwriting unit tests for components that are written using TiltUp.",
6   "homepage": "https://github.com/clutter/TiltUp",
7   "authors": {
8     "Clutter": "tech@clutter.com"
9   },
10   "license": "MIT",
11   "platforms": {
12     "ios": "13.3"
13   },
14   "swift_versions": [
15     "5.1"
16   ],
17   "pod_target_xcconfig": {
18     "ENABLE_BITCODE": "NO"
19   },
20   "frameworks": "XCTest",
21   "dependencies": {
22     "TiltUp": [
23       "= 3.0.0"
24     ]
25   },
26   "source": {
27     "git": "git@github.com:clutter/TiltUp.git",
28     "tag": "3.0.0"
29   },
30   "source_files": "Sources/TiltUpTest/**/*",
31   "swift_version": "5.1"