blob: 377492e04288d113bc74c9fc000bfc3d321f7095 [file] [log] [blame]
{
"name": "YandexMoneyTestInstrumentsApi",
"version": "1.2.1",
"homepage": "https://github.com/yandex-money/test-instruments-api-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "YandexMoney",
"summary": "Yandex Money Test Instruments Api iOS",
"source": {
"git": "https://github.com/yandex-money/test-instruments-api-swift.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"ios": {
"source_files": [
"YandexMoneyTestInstrumentsApi/**/*.{h,swift}",
"YandexMoneyTestInstrumentsApi/*.{h,swift}"
],
"frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
},
"dependencies": {
"FunctionalSwift": [
"~> 1.0.0"
],
"YandexMoneyCoreApi": [
"~> 1.2.0"
],
"OHHTTPStubs": [
"~> 6.1.0"
]
}
}
}