[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / a / f / 1 / SwifterUI / 0.4.10 / SwifterUI.podspec.json
blobb8ac49b11a2ee204ace39e182decc64057babceb
2   "name": "SwifterUI",
3   "version": "0.4.10",
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.10",
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       "source_files": "SwifterUI/SwifterUI/LoginManager/*",
38       "dependencies": {
39         "FBSDKLoginKit": [
41         ],
42         "Firebase/Core": [
44         ],
45         "Firebase/Auth": [
47         ]
48       }
49     }
50   ]