[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / d / 3 / CNotifySDK / 0.3.0 / CNotifySDK.podspec.json
blob7534721964602522d2ad5e5d6926a99ec4ae958c
2   "name": "CNotifySDK",
3   "version": "0.3.0",
4   "summary": "This SDK is used to connect the integration with cnotify.me. platform that allows to send push notifications to your users.",
5   "description": "This SDK is used to connect the integration with cnotify.me. It provides functionality for handling push notifications and integrating with the cnotify.me service.",
6   "homepage": "https://cnotify.web.app",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gaspar Habif": "gaspar@eruka.tech",
13     "Tomas Lofano": "tomas@eruka.tech"
14   },
15   "social_media_url": "https://twitter.com/gasphabif",
16   "platforms": {
17     "ios": "12.0"
18   },
19   "swift_versions": "5.0",
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
22   },
23   "user_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "source": {
27     "git": "https://github.com/gasparhabif/cnotify-ios-sdk.git",
28     "branch": "main",
29     "tag": "0.3.0"
30   },
31   "source_files": "CNotifySDK/**/*.{h,m,swift}",
32   "exclude_files": "Classes/Exclude",
33   "dependencies": {
34     "Firebase/Core": [
36     ],
37     "Firebase/Messaging": [
39     ]
40   },
41   "static_framework": true,
42   "swift_version": "5.0"