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",
30 "pod_target_xcconfig": {
31 "APPLICATION_EXTENSION_API_ONLY": "YES",
32 "DEFINES_MODULE": "YES",
33 "ENABLE_BITCODE": "NO",
34 "OTHER_LDFLAGS": "$(inherited) -weak-lXCTestSwiftSupport -Xlinker -no_application_extension",
35 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
36 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"",
37 "ENABLE_TESTING_SEARCH_PATHS": "YES"
39 "default_subspecs": "SwinjectBased",
42 "name": "SwinjectBased",
43 "source_files": "Sources/**/*.swift",
51 "name": "SwinjectFree",
52 "source_files": "Sources/**/*.swift"
55 "swift_version": "5.0"