[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / b / c / YandexLoginSDK / 2.1.1 / YandexLoginSDK.podspec.json
blob34d03cbd03ae66a94dabbfe99c70acd3e6bd1e8e
2   "name": "YandexLoginSDK",
3   "version": "2.1.1",
4   "summary": "Yandex Login SDK",
5   "homepage": "https://tech.yandex.ru/",
6   "license": {
7     "type": "Proprietary",
8     "text": "2023 © Yandex. All rights reserved."
9   },
10   "authors": {
11     "Yandex LLC": "ios-dev@yandex-team.ru"
12   },
13   "source": {
14     "git": "https://github.com/yandexmobile/yandex-login-sdk-ios.git",
15     "tag": "2.1.1"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "source_files": "lib/Classes/**/*.{h,m}",
21   "exclude_files": "lib/Classes/Public/YandexLoginSDK.h",
22   "private_header_files": "lib/Classes/Private/**/*.h",
23   "frameworks": [
24     "CoreGraphics",
25     "Security",
26     "UIKit"
27   ],
28   "compiler_flags": [
29     "-Werror",
30     "-Wall",
31     "-Wsign-compare",
32     "-Wdocumentation-unknown-command",
33     "-Wdocumentation",
34     "-Wnewline-eof",
35     "-Wobjc-interface-ivars",
36     "-Woverriding-method-mismatch",
37     "-Wsuper-class-method-mismatch"
38   ],
39   "requires_arc": true