[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / d / c / Fusion / 1.1.12 / Fusion.podspec.json
blob24e6cb51de3bf8250c4dcde812efee141bd19a96
2   "name": "Fusion",
3   "version": "1.1.12",
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.12",
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   },
29   "pod_target_xcconfig": {
30     "GENERATE_INFOPLIST_FILE": "YES"
31   },
32   "info_plist": {
33     "CFBundleShortVersionString": "#{s.version}"
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "public_header_files": "Fusion/Core/**/*.h",
39       "source_files": "Fusion/Core/**/*.{h,m,swift}",
40       "frameworks": "UserNotifications"
41     },
42     {
43       "name": "UI",
44       "public_header_files": "Fusion/UI/**/*.h",
45       "source_files": "Fusion/UI/**/*.{h,m,swift}",
46       "dependencies": {
47         "Fusion/Core": [
49         ]
50       },
51       "ios": {
52         "frameworks": "UIKit"
53       },
54       "watchos": {
55         "frameworks": "UIKit"
56       },
57       "tvos": {
58         "frameworks": "UIKit"
59       }
60     }
61   ],
62   "swift_version": "5.0"