blob: 21a8320f762d341dda6d1b16ba67373afc099083 [file] [log] [blame]
{
"name": "FTTestingKit",
"version": "0.2.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.2.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/FTTestingKit/*",
"frameworks": [
"Foundation",
"XCTest"
]
},
{
"name": "PromiseKit",
"source_files": "Sources/FTTestingKitPromiseKit/*",
"dependencies": {
"PromiseKit": [
"~> 6.11"
],
"FTTestingKit/Core": [
]
}
}
]
}