blob: 6a819d8bdecec0fd1785a72121192de41a8a53a5 [file] [log] [blame]
{
"name": "XCFit",
"version": "3.0.4",
"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 and macOS apps with Swift using Cucumberish and Fitnesse. Native Xcode implementation, No Appium, No Calabash, No Ruby or any other non iOS language.",
"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": "3.0.4"
},
"social_media_url": "https://twitter.com/Shashikant86",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/*.swift",
"frameworks": "XCTest",
"dependencies": {
"Cucumberish": [
]
},
"xcconfig": {
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES": "NO"
},
"pushed_with_swift_version": "3.1-dev"
}