Sha256: 9026119e5fda6a41ca5460dca0e6c9367461494af0afa29f2b795a04126f48cf

Contents?: true

Size: 1.09 KB

Versions: 5

Compression:

Stored size: 1.09 KB

Contents

Pod::Spec.new do |s|
  s.name             = 'XCFit'
  s.version          = '2.0.0'
  s.summary          = 'Full Stack BDD for iOS and macOS Apps with Swift, Xcode using XCUITest, Cucumberish, FitNesse and friends.'

  s.description      = <<-DESC
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.
                       DESC

  s.homepage         = 'https://github.com/Shashikant86/XCFit'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { 'Shashikant86' => 'shashikant.jagtap@icloud.com' }
  s.source           = { :git => 'https://github.com/Shashikant86/XCFit.git', :tag => '0.1.0' }

  s.social_media_url = 'https://twitter.com/Shashikant86'

  s.ios.deployment_target = '8.0'

  s.source_files = 'XCFit/Classes/**/*'


  # s.public_header_files = 'Pod/Classes/**/*.h'
  # s.frameworks = 'UIKit', 'MapKit'
   s.dependency 'OCSlimProject'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcfit-2.0.4 XCFit.podspec
xcfit-2.0.3 XCFit.podspec
xcfit-2.0.2 XCFit.podspec
xcfit-2.0.1 XCFit.podspec
xcfit-2.0.0 XCFit.podspec