[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 7 / DeallocTests / 1.0.4 / DeallocTests.podspec.json
blobe520659d7a2c34ceb3d2b4728772e4eb81857a98
2   "name": "DeallocTests",
3   "version": "1.0.4",
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.4"
18   },
19   "platforms": {
20     "ios": "12.0"
21   },
22   "requires_arc": true,
23   "swift_versions": [
24     "5.0"
25   ],
26   "frameworks": [
27     "Foundation",
28     "XCTest"
29   ],
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"
38   },
39   "default_subspecs": "SwinjectBased",
40   "subspecs": [
41     {
42       "name": "SwinjectBased",
43       "source_files": "Sources/**/*.swift",
44       "dependencies": {
45         "Swinject": [
46           "~> 2.7.0"
47         ]
48       }
49     },
50     {
51       "name": "SwinjectFree",
52       "source_files": "Sources/**/*.swift"
53     }
54   ],
55   "swift_version": "5.0"