blob: 0606c53bb75626c434d345a1ee46de266546ace8 [file] [log] [blame]
{
"name": "InjectionsCheck",
"version": "1.0.0",
"summary": "Small library to check injections into Swift objects",
"description": "Small library to check injections into Swift objects. Swift 3 and 4, iOS 8+, macOS 10.10+",
"homepage": "https://github.com/TinkoffCreditSystems/InjectionsCheck.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Zarembo": "a.zarembo@tinkoff.ru"
},
"source": {
"git": "https://github.com/TinkoffCreditSystems/InjectionsCheck.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}