2 "name": "DeallocTests",
8 "summary": "Easy-to-use framework for custom deallocation tests.",
9 "homepage": "http://strv.com",
10 "social_media_url": "https://twitter.com/DanielCech",
12 "Daniel Cech": "daniel.cech@strv.com",
13 "Jan Kaltoun": "jan.kaltoun@strv.com"
16 "git": "https://github.com/strvcom/DeallocTests.git",
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"
35 "default_subspecs": "SwinjectBased",
38 "name": "SwinjectBased",
39 "source_files": "Sources/**/*.swift",
49 "pod_target_xcconfig": {
50 "ENABLE_TESTING_SEARCH_PATHS": "YES"
54 "name": "SwinjectFree",
55 "source_files": "Sources/**/*.swift",
60 "pod_target_xcconfig": {
61 "ENABLE_TESTING_SEARCH_PATHS": "YES"
65 "swift_version": "5.0"