[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / c / YandexLoginSDK / 2.0.1 / YandexLoginSDK.podspec.json
blob5ed803d4709a4c4b26e4bc91b28fc0df1b9b8455
2   "name": "YandexLoginSDK",
3   "version": "2.0.1",
4   "summary": "Yandex Login SDK",
5   "homepage": "https://tech.yandex.ru/",
6   "license": {
7     "type": "Proprietary",
8     "text": "2017 © 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.0.1"
16   },
17   "platforms": {
18     "ios": "7.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