Sha256: d070efaef00b4bf077a66c66278c2cf98000e93ddc9c2bbda95dd5e1358293b3
Contents?: true
Size: 1.28 KB
Versions: 10
Compression:
Stored size: 1.28 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'XCFit/version' Gem::Specification.new do |spec| spec.name = "xcfit" spec.version = XCFit::VERSION spec.authors = ["Shashikant86"] spec.email = ["shashikant.jagtap@icloud.com"] spec.summary = %q{Full Stack BDD in Xcode Templates for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse. Checkout XCFit Pod as well} spec.description = %q{XCFit is a full stack BDD framework in Xcode 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. Checkout XCFIT POD} spec.homepage = "https://github.com/Shashikant86/XCFit" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|XCFit2Demo|XCFitnesse|spec|features|_Pods.xcodeproj|Sources|Tests|XCFit.xcodeproj)/}) } spec.files.reject! { |fn| fn.include? "_Pods.xcodeproj" } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "thor", '~> 0.17.0' spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
10 entries across 10 versions & 1 rubygems