Sha256: a1dfdde001b5194b9ec03a23f7d9438165306ee63aa5807743263a3bc4f53114
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 KB
Contents
Pod::Spec.new do |s| s.name = 'XCFit' s.version = '0.1.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 => s.version.to_s } s.social_media_url = 'https://twitter.com/Shashikant86' s.ios.deployment_target = '8.0' s.source_files = 'XCFit/Classes/**/*' s.resource_bundles = { 'XCFit' => ['XCFit/Assets/*.png'] } # s.public_header_files = 'Pod/Classes/**/*.h' # s.frameworks = 'UIKit', 'MapKit' s.dependency 'OCSlimProject' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xcfit-0.3.0 | XCFit.podspec |
xcfit-0.2.0 | XCFit.podspec |