[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / 7 / DeallocTests / 1.0.1 / DeallocTests.podspec.json
blob57d3eec909238f2f96ca820eb7877b6b1fad5b57
2   "name": "DeallocTests",
3   "version": "1.0.1",
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.1"
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-lswiftXCTest -Xlinker -no_application_extension",
31     "OTHER_SWIFT_FLAGS": "$(inherited) -suppress-warnings",
32     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
33   },
34   "default_subspecs": "SwinjectBased",
35   "subspecs": [
36     {
37       "name": "SwinjectBased",
38       "source_files": "Sources/**/*.swift",
39       "frameworks": "Foundation",
40       "dependencies": {
41         "Swinject": [
42           "~> 2.7.0"
43         ]
44       }
45     },
46     {
47       "name": "SwinjectFree",
48       "source_files": "Sources/**/*.swift",
49       "frameworks": "Foundation"
50     }
51   ],
52   "swift_version": "5.0"