blob: 5ed803d4709a4c4b26e4bc91b28fc0df1b9b8455 [file] [log] [blame]
{
"name": "YandexLoginSDK",
"version": "2.0.1",
"summary": "Yandex Login SDK",
"homepage": "https://tech.yandex.ru/",
"license": {
"type": "Proprietary",
"text": "2017 © Yandex. All rights reserved."
},
"authors": {
"Yandex LLC": "ios-dev@yandex-team.ru"
},
"source": {
"git": "https://github.com/yandexmobile/yandex-login-sdk-ios.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "lib/Classes/**/*.{h,m}",
"private_header_files": "lib/Classes/Private/**/*.h",
"frameworks": [
"CoreGraphics",
"Security",
"UIKit"
],
"compiler_flags": [
"-Werror",
"-Wall",
"-Wsign-compare",
"-Wdocumentation-unknown-command",
"-Wdocumentation",
"-Wnewline-eof",
"-Wobjc-interface-ivars",
"-Woverriding-method-mismatch",
"-Wsuper-class-method-mismatch"
],
"requires_arc": true
}