blob: 166fb85f4bd11fd6a0e727e745be40367cbb21d2 [file] [log] [blame]
{
"name": "FTTestingKit",
"version": "0.3.0",
"summary": "Mockup and asynchronous testing protocols and extensions.",
"description": "Testing helpers for easier testing mockups and asynchronous testing.",
"homepage": "https://github.com/thefuntasty/FTTestingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matěj Kašpar Jirásek": "matej.jirasek@thefuntasty.com"
},
"social_media_url": "https://twitter.com/thefuntasty",
"default_subspecs": "Core",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/thefuntasty/FTTestingKit.git",
"tag": "0.3.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/FTTestingKit/*",
"frameworks": [
"Foundation",
"XCTest"
]
},
{
"name": "PromiseKit",
"source_files": "Sources/FTTestingKitPromiseKit/*",
"dependencies": {
"PromiseKit": [
"~> 6.11"
],
"FTTestingKit/Core": [
]
}
}
],
"swift_version": "5.0"
}