[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / a / d / c / Fusion / 1.0.95 / Fusion.podspec.json
blobc7528f6310d4d9ad86f5663f6356692685424894
2   "name": "Fusion",
3   "version": "1.0.95",
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.0.95",
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   "subspecs": [
33     {
34       "name": "Core",
35       "public_header_files": "Fusion/Core/**/*.h",
36       "source_files": "Fusion/Core/**/*.{h,m,swift}",
37       "frameworks": "UserNotifications"
38     },
39     {
40       "name": "UI",
41       "public_header_files": "Fusion/UI/**/*.h",
42       "source_files": "Fusion/UI/**/*.{h,m,swift}",
43       "dependencies": {
44         "Fusion/Core": [
46         ]
47       },
48       "ios": {
49         "frameworks": "UIKit"
50       },
51       "watchos": {
52         "frameworks": "UIKit"
53       },
54       "tvos": {
55         "frameworks": "UIKit"
56       }
57     }
58   ],
59   "swift_version": "5.0"