blob: 8cd6c4387e16b91f6b2765cb4397fae57c50c6bd [file] [log] [blame]
{
"name": "XCFit",
"version": "8.0.0",
"summary": "Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.",
"description": "XCFit is a full stack BDD framework for iOS apps with Swift supports Protocol Oriented BDD and Page Object Pattern.",
"homepage": "https://github.com/Shashikant86/XCFit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shashikant86": "shashikant.jagtap@icloud.com"
},
"source": {
"git": "https://github.com/Shashikant86/XCFit.git",
"tag": "8.0.0"
},
"social_media_url": "https://twitter.com/Shashikant86",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/*.swift",
"frameworks": "XCTest",
"xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "NO"
},
"pushed_with_swift_version": "4.1"
}