[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 7 / DeallocTests / 1.0.2 / DeallocTests.podspec.json
blobcda1f0c6622daf028ce7b0e3b96c1bc82b0ee871
2   "name": "DeallocTests",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Easy-to-use framework for custom deallocation tests.",
9   "homepage": "http://strv.com",
10   "social_media_url": "https://twitter.com/DanielCech",
11   "authors": {
12     "Daniel Cech": "daniel.cech@strv.com",
13     "Jan Kaltoun": "jan.kaltoun@strv.com"
14   },
15   "source": {
16     "git": "https://github.com/strvcom/DeallocTests.git",
17     "tag": "v1.0.2"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "requires_arc": true,
23   "swift_versions": [
24     "5.0"
25   ],
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES",
28     "DEFINES_MODULE": "YES",
29     "ENABLE_BITCODE": "NO",
30     "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport -Xlinker -no_application_extension",
31     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
32     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
33     "ENABLE_TESTING_SEARCH_PATHS": "YES"
34   },
35   "default_subspecs": "SwinjectBased",
36   "subspecs": [
37     {
38       "name": "SwinjectBased",
39       "source_files": "Sources/**/*.swift",
40       "frameworks": [
41         "Foundation",
42         "XCTest"
43       ],
44       "dependencies": {
45         "Swinject": [
46           "~> 2.7.0"
47         ]
48       },
49       "pod_target_xcconfig": {
50         "ENABLE_TESTING_SEARCH_PATHS": "YES"
51       }
52     },
53     {
54       "name": "SwinjectFree",
55       "source_files": "Sources/**/*.swift",
56       "frameworks": [
57         "Foundation",
58         "XCTest"
59       ],
60       "pod_target_xcconfig": {
61         "ENABLE_TESTING_SEARCH_PATHS": "YES"
62       }
63     }
64   ],
65   "swift_version": "5.0"