[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 2 / a / 0 / QAToolkit / 2.4.0 / QAToolkit.podspec.json
blob20546facbc59287161976bfb17aa5b734172046a
2   "name": "QAToolkit",
3   "version": "2.4.0",
4   "summary": "Debugging tools for iOS developers & QA engineers.",
5   "description": "QA toolkit framework",
6   "license": {
7     "type": "CUSTOM",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/ladeiko/QAToolkit",
11   "authors": "Developers",
12   "source": {
13     "git": "https://github.com/ladeiko/QAToolkit.git",
14     "tag": "2.4.0"
15   },
16   "swift_versions": [
17     "4.0",
18     "4.2",
19     "5.0",
20     "5.1",
21     "5.2",
22     "5.3",
23     "5.4",
24     "5.5"
25   ],
26   "platforms": {
27     "ios": "11.0"
28   },
29   "source_files": [
30     "Sources/**/*.{h,swift,m}",
31     "Sources/QAToolkit.h",
32     "Sources/QAToolkit.m"
33   ],
34   "resource_bundles": {
35     "QAToolkit": [
36       "Sources/Resources/*.{storyboard,xib,bundle,xcassets}"
37     ]
38   },
39   "pod_target_xcconfig": {
40     "USER_HEADER_SEARCH_PATHS": "\"$PODS_ROOT/QAToolkit/Sources/Classes/Resources/Receipt\""
41   },
42   "dependencies": {
43     "TPInAppReceipt": [
44       ">= 3.1.0"
45     ],
46     "TopViewControllerDetection": [
48     ]
49   },
50   "swift_version": "5.5"