[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.4.12 / SwifterUI.podspec.json
blobe50e23573aff67daeac461ef1b6bc81515ff45ea
2   "name": "SwifterUI",
3   "version": "0.4.12",
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.12",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "SwifterUI/SwifterUI/*",
24     "SwifterUI/SwifterUI/Extensions/*",
25     "SwifterUI/SwifterUI/Layout/*",
26     "SwifterUI/SwifterUI/Animations/*",
27     "SwifterUI/SwifterUI/SFGradient/*",
28     "SwifterUI/SwifterUI/UILibrary/*",
29     "SwifterUI/SwifterUI/UILibrary/**/*"
30   ],
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "4.0"
33   },
34   "subspecs": [
35     {
36       "name": "LoginManager",
37       "pod_target_xcconfig": {
38         "SWIFT_VERSION": "4.0"
39       },
40       "platforms": {
41         "ios": "11.0"
42       },
43       "source_files": "SwifterUI/SwifterUI/LoginManager/*",
44       "dependencies": {
45         "FBSDKLoginKit": [
47         ],
48         "Firebase/Core": [
50         ],
51         "Firebase/Auth": [
53         ]
54       }
55     }
56   ]