Sha256: ca0083659026c4244ec9433fe59314bacbf3ec4822fdd8432e37d654dfdc04eb
Contents?: true
Size: 1013 Bytes
Versions: 1
Compression:
Stored size: 1013 Bytes
Contents
Pod::Spec.new do |s| s.name = 'XCFit' s.version = '10.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 apps with Swift supports Protocol Oriented BDD and Page Object Pattern. 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 => "#{s.version}"} s.social_media_url = 'https://twitter.com/Shashikant86' s.ios.deployment_target = '10.0' s.source_files = 'Sources/*.swift' s.framework = "XCTest" s.xcconfig = { "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES" => "NO" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcfit-10.0.0 | XCFit.podspec |