[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / e / SuperView / 1.2.0 / SuperView.podspec.json
blob713391105c76bc8720a3017775785e30195278d4
2   "name": "SuperView",
3   "version": "1.2.0",
4   "summary": "SuperView allows you to wrap your website in a super simple iOS app.",
5   "description": "SuperView iOS SDK provides a library that makes it easy for an iOS developer to wrap his website in a super simple iOS app.",
6   "homepage": "https://github.com/brommko/SuperView",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the 'License');\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an 'AS IS' BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "Brommko LLC": "brommko@yahoo.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/brommko/SuperView.git",
19     "tag": "1.2.0",
20     "submodules": true
21   },
22   "weak_frameworks": "UIKit",
23   "default_subspecs": "Core",
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "swift_versions": "5.3",
31   "subspecs": [
32     {
33       "name": "Core",
34       "platforms": {
35         "ios": "12.0"
36       },
37       "ios": {
38         "vendored_frameworks": "Frameworks/SuperViewCore.xcframework"
39       }
40     },
41     {
42       "name": "OneSignal",
43       "ios": {
44         "vendored_frameworks": "Frameworks/SuperViewOneSignal.xcframework"
45       },
46       "dependencies": {
47         "SuperView/Core": [
49         ]
50       }
51     },
52     {
53       "name": "GoogleUtilities",
54       "dependencies": {
55         "GoogleUtilities/AppDelegateSwizzler": [
56           "7.1.1"
57         ],
58         "GoogleUtilities/Environment": [
59           "7.1.1"
60         ],
61         "GoogleUtilities/ISASwizzler": [
62           "7.1.1"
63         ],
64         "GoogleUtilities/Logger": [
65           "7.1.1"
66         ],
67         "GoogleUtilities/MethodSwizzler": [
69         ],
70         "GoogleUtilities/NSData+zlib": [
71           "7.1.1"
72         ],
73         "GoogleUtilities/Network": [
74           "7.1.1"
75         ],
76         "GoogleUtilities/Reachability": [
77           "7.1.1"
78         ],
79         "GoogleUtilities/UserDefaults": [
80           "7.1.1"
81         ],
82         "GTMSessionFetcher": [
83           "1.5.0"
84         ]
85       }
86     },
87     {
88       "name": "AdMob",
89       "ios": {
90         "vendored_frameworks": "Frameworks/SuperViewAdMob.xcframework"
91       },
92       "dependencies": {
93         "SuperView/Core": [
95         ],
96         "SuperView/GoogleUtilities": [
98         ],
99         "Google-Mobile-Ads-SDK": [
100           "7.69.0"
101         ]
102       }
103     },
104     {
105       "name": "Firebase",
106       "ios": {
107         "vendored_frameworks": "Frameworks/SuperViewFirebase.xcframework"
108       },
109       "dependencies": {
110         "SuperView/Core": [
112         ],
113         "SuperView/GoogleUtilities": [
115         ],
116         "Firebase/Analytics": [
117           "7.2.0"
118         ],
119         "Firebase/Auth": [
120           "7.2.0"
121         ],
122         "Firebase/Messaging": [
123           "7.2.0"
124         ]
125       }
126     },
127     {
128       "name": "Facebook",
129       "ios": {
130         "vendored_frameworks": "Frameworks/SuperViewFacebook.xcframework"
131       },
132       "dependencies": {
133         "SuperView/Core": [
135         ],
136         "FBSDKCoreKit": [
137           "8.2.0"
138         ],
139         "FBSDKLoginKit": [
140           "8.2.0"
141         ],
142         "FBSDKShareKit": [
143           "8.2.0"
144         ],
145         "FBAudienceNetwork": [
146           "6.2.0"
147         ]
148       }
149     },
150     {
151       "name": "Location",
152       "ios": {
153         "vendored_frameworks": "Frameworks/SuperViewLocation.xcframework"
154       },
155       "dependencies": {
156         "SuperView/Core": [
158         ]
159       }
160     },
161     {
162       "name": "QR",
163       "ios": {
164         "vendored_frameworks": "Frameworks/SuperViewQR.xcframework"
165       },
166       "dependencies": {
167         "SuperView/Core": [
169         ]
170       }
171     }
172   ],
173   "swift_version": "5.3"