[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / b / c / YandexLoginSDK / 2.1.0 / YandexLoginSDK.podspec.json
blobf580a8ac2dc4b3df6873782528218a447d780668
2   "name": "YandexLoginSDK",
3   "version": "2.1.0",
4   "summary": "Yandex Login SDK",
5   "homepage": "https://tech.yandex.ru/",
6   "license": {
7     "type": "Proprietary",
8     "text": "2022 © 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.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "lib/Classes/**/*.{h,m}",
21   "private_header_files": "lib/Classes/Private/**/*.h",
22   "frameworks": [
23     "CoreGraphics",
24     "Security",
25     "UIKit"
26   ],
27   "compiler_flags": [
28     "-Werror",
29     "-Wall",
30     "-Wsign-compare",
31     "-Wdocumentation-unknown-command",
32     "-Wdocumentation",
33     "-Wnewline-eof",
34     "-Wobjc-interface-ivars",
35     "-Woverriding-method-mismatch",
36     "-Wsuper-class-method-mismatch"
37   ],
38   "requires_arc": true