[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.4.32 / SwifterUI.podspec.json
blob5f4b07c8f32028b2447877650969b6c50db0b543
2   "name": "SwifterUI",
3   "version": "0.4.32",
4   "summary": "UI Library",
5   "description": "This is a UI Library to improve development process",
6   "homepage": "https://github.com/BrandonMA/SwifterUI",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "<Brandon>": "<maldonado.brandon177@gmail.com>"
13   },
14   "source": {
15     "git": "https://github.com/BrandonMA/SwifterUI.git",
16     "tag": "0.4.32",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "4.0"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "pod_target_xcconfig": {
29         "SWIFT_VERSION": "4.0"
30       },
31       "platforms": {
32         "ios": "11.0"
33       },
34       "source_files": [
35         "SwifterUI/SwifterUI/*",
36         "SwifterUI/SwifterUI/Extensions/*",
37         "SwifterUI/SwifterUI/Layout/*",
38         "SwifterUI/SwifterUI/Animations/*",
39         "SwifterUI/SwifterUI/SFGradient/*",
40         "SwifterUI/SwifterUI/UILibrary/*",
41         "SwifterUI/SwifterUI/UILibrary/**/*"
42       ]
43     },
44     {
45       "name": "Firebase",
46       "pod_target_xcconfig": {
47         "SWIFT_VERSION": "4.0"
48       },
49       "platforms": {
50         "ios": "11.0"
51       },
52       "source_files": "SwifterUI/SwifterUI/Firebase/*",
53       "dependencies": {
54         "Firebase/Core": [
56         ],
57         "Firebase/Auth": [
59         ],
60         "SwifterUI/Core": [
62         ]
63       }
64     },
65     {
66       "name": "Facebook",
67       "pod_target_xcconfig": {
68         "SWIFT_VERSION": "4.0"
69       },
70       "platforms": {
71         "ios": "11.0"
72       },
73       "source_files": "SwifterUI/SwifterUI/Facebook/*",
74       "dependencies": {
75         "FBSDKLoginKit": [
77         ],
78         "SwifterUI/Core": [
80         ]
81       }
82     }
83   ]