[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 2 / 7 / DTDMessaging / 2.1.2 / DTDMessaging.podspec.json
bloba30874db0e63657ece4ee7a49ea147fa58e47589
2   "name": "DTDMessaging",
3   "version": "2.1.2",
4   "summary": "DTDMessaging for iOS",
5   "description": "DTDMessaging add-on for the DTDAnalytics platform allows you to work with push notifications.",
6   "homepage": "https://devtodev.com/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "devtodev": "info@devtodev.com"
13   },
14   "source": {
15     "git": "https://github.com/devtodev-analytics/ios-sdk-2.0.git",
16     "branch": "main",
17     "tag": "v2.1.2"
18   },
19   "requires_arc": true,
20   "cocoapods_version": ">= 1.10.0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_versions": "5.0",
25   "frameworks": "UserNotifications",
26   "default_subspecs": "Main",
27   "dependencies": {
28     "DTDAnalytics": [
29       ">= 2.1.0"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Main",
35       "ios": {
36         "preserve_paths": "DTDMessaging-iOS 2.1.2/DTDMessaging.xcframework",
37         "vendored_frameworks": "DTDMessaging-iOS 2.1.2/DTDMessaging.xcframework",
38         "xcconfig": {
39           "LIBRARY_SEARCH_PATHS": "$(inherited) $(SDKROOT)/usr/lib/swift $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME) $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)"
40         }
41       }
42     }
43   ],
44   "swift_version": "5.0"