[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / d / c / Fusion / 1.1.14 / Fusion.podspec.json
blob6a031f321295deb19aa5b568ae4e32b7a1ae77d4
2   "name": "Fusion",
3   "version": "1.1.14",
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.14",
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     "CFBundleVersion": "1.1.14",
34     "CFBundleShortVersionString": "1.1.14"
35   },
36   "subspecs": [
37     {
38       "name": "Core",
39       "public_header_files": "Fusion/Core/**/*.h",
40       "source_files": "Fusion/Core/**/*.{h,m,swift}",
41       "frameworks": "UserNotifications"
42     },
43     {
44       "name": "UI",
45       "public_header_files": "Fusion/UI/**/*.h",
46       "source_files": "Fusion/UI/**/*.{h,m,swift}",
47       "dependencies": {
48         "Fusion/Core": [
50         ]
51       },
52       "ios": {
53         "frameworks": "UIKit"
54       },
55       "watchos": {
56         "frameworks": "UIKit"
57       },
58       "tvos": {
59         "frameworks": "UIKit"
60       }
61     }
62   ],
63   "swift_version": "5.0"