Sha256: 36b9125e0810d9202a8ffbe49c195a3b0f6d6e4ede2eb0c083fd339af82e1c14

Contents?: true

Size: 1.28 KB

Versions: 8

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|XCFit4Demo|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

8 entries across 8 versions & 1 rubygems

Version Path
xcfit-4.0.7 XCFit.gemspec
xcfit-4.0.6 XCFit.gemspec
xcfit-4.0.5 XCFit.gemspec
xcfit-4.0.4 XCFit.gemspec
xcfit-4.0.3 XCFit.gemspec
xcfit-4.0.2 XCFit.gemspec
xcfit-4.0.1 XCFit.gemspec
xcfit-4.0.0 XCFit.gemspec