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-lswiftXCTest -Xlinker -no_application_extension",
31 "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
32 "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
34 "default_subspecs": "SwinjectBased",
37 "name": "SwinjectBased",
38 "source_files": "Sources/**/*.swift",
39 "frameworks": "Foundation",
47 "name": "SwinjectFree",
48 "source_files": "Sources/**/*.swift",
49 "frameworks": "Foundation"
52 "swift_version": "5.0"