[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / d / c / Fusion / 1.1.22 / Fusion.podspec.json
blob04996ddddc0bd720848e4b0dd588141d4b0e8a8b
2   "name": "Fusion",
3   "version": "1.1.22",
4   "summary": "Micro Feature",
5   "description": "Fusion is resposible for ...",
6   "homepage": "https://fusion.com",
7   "documentation_url": "https://db-in.github.io/fusion/",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Diney Bomfim",
13   "source": {
14     "git": "git@github.com:db-in/fusion.git",
15     "tag": "Fusion-v1.1.22",
16     "submodules": true
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "platforms": {
21     "osx": "11.0",
22     "ios": "13.0",
23     "tvos": "13.0",
24     "watchos": "7.0"
25   },
26   "user_target_xcconfig": {
27     "GENERATE_INFOPLIST_FILE": "YES",
28     "MARKETING_VERSION": "1.1.22"
29   },
30   "pod_target_xcconfig": {
31     "GENERATE_INFOPLIST_FILE": "YES",
32     "MARKETING_VERSION": "1.1.22"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "public_header_files": "Fusion/Core/**/*.h",
38       "source_files": "Fusion/Core/**/*.{h,m,swift}",
39       "frameworks": "UserNotifications"
40     },
41     {
42       "name": "UI",
43       "public_header_files": "Fusion/UI/**/*.h",
44       "source_files": "Fusion/UI/**/*.{h,m,swift}",
45       "dependencies": {
46         "Fusion/Core": [
48         ]
49       },
50       "ios": {
51         "frameworks": "UIKit"
52       },
53       "watchos": {
54         "frameworks": "UIKit"
55       },
56       "tvos": {
57         "frameworks": "UIKit"
58       }
59     }
60   ],
61   "swift_version": "5.0"