Sha256: 5eaba640dc6105a108b60bd38ef280e1031ba78c71be1502984a629cd4cf18c0
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 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|XCFitDemo|spec|features|_Pods.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
xcfit-1.2.0 | XCFit.gemspec |
xcfit-1.1.0 | XCFit.gemspec |
xcfit-1.0.0 | XCFit.gemspec |