# -*- encoding: utf-8 -*- # stub: storyboardlint 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "storyboardlint".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Johannes Fahrenkrug".freeze] s.date = "2014-03-11" s.description = "It's a pain to to keep identifier strings in your UIStoryboard and in your source code in sync. This tool helps you to do just that.".freeze s.email = "johannes@springenwerk.com".freeze s.executables = ["storyboardlint".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/storyboardlint".freeze, "lib/storyboardlint.rb".freeze, "spec/fixtures/StoryboardLintTest/Pods/SomePod/Something.h".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.pbxproj".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.xcworkspace/xcshareddata/StoryboardLintTest.xccheckout".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/Base.lproj/Main_iPad.storyboard".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/Base.lproj/Main_iPhone.storyboard".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/Images.xcassets/AppIcon.appiconset/Contents.json".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/Images.xcassets/LaunchImage.launchimage/Contents.json".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKAppDelegate.h".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKAppDelegate.m".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKDetailViewController.h".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKDetailViewController.m".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKMasterViewController.h".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKMasterViewController.m".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SomeFolder.m/SomeFile.m".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/StoryboardLintTest-Info.plist".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/StoryboardLintTest-Prefix.pch".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/TestView.xib".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/en.lproj/InfoPlist.strings".freeze, "spec/fixtures/StoryboardLintTest/StoryboardLintTest/main.m".freeze, "spec/linter_spec.rb".freeze, "spec/matcher_spec.rb".freeze, "spec/source_scanner_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/storyboard_scanner_spec.rb".freeze, "storyboardlint.gemspec".freeze] s.homepage = "https://github.com/jfahrenkrug/StoryboardLint".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A lint tool for UIStoryboards to find wrong classes and wrong storyboard/segue/reuse identifiers".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.8.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14.0".freeze]) end