# -*- encoding: utf-8 -*- # stub: swift_lib_templater 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "swift_lib_templater".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/fabernovel/swift_lib_templater/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/fabernovel/swift_lib_templater", "source_code_uri" => "https://github.com/fabernovel/swift_lib_templater" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gae\u0301tan Zanella".freeze] s.bindir = "exe".freeze s.date = "2020-09-16" s.description = "`swift_lib_templater` generates templates for open source ios libraries. It supports Carthage & SPM & Cocoapods and provides basic CI scripts.".freeze s.email = ["gaetan.zanella@fabernovel.com".freeze] s.executables = ["swift_lib_templater".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/swift_lib_templater".freeze, "lib/swift_lib_templater.rb".freeze, "lib/swift_lib_templater/copy_template_command.rb".freeze, "lib/swift_lib_templater/get_framework_name_command.rb".freeze, "lib/swift_lib_templater/initialize_git_repository_command.rb".freeze, "lib/swift_lib_templater/open_projet_command.rb".freeze, "lib/swift_lib_templater/rename_files_command.rb".freeze, "lib/swift_lib_templater/version.rb".freeze, "lib/templates/framework/.github/workflows/ci.yml".freeze, "lib/templates/framework/.gitignore".freeze, "lib/templates/framework/CHANGELOG.md".freeze, "lib/templates/framework/Gemfile".freeze, "lib/templates/framework/Gemfile.lock".freeze, "lib/templates/framework/LICENSE".freeze, "lib/templates/framework/Package.swift".freeze, "lib/templates/framework/Package.xcconfig".freeze, "lib/templates/framework/README.md".freeze, "lib/templates/framework/Source/Classes/EmptyFile.swift".freeze, "lib/templates/framework/Source/Info.plist".freeze, "lib/templates/framework/Source/TEMPLATE.h".freeze, "lib/templates/framework/TEMPLATE.podspec".freeze, "lib/templates/framework/TEMPLATE.xcodeproj/project.pbxproj".freeze, "lib/templates/framework/TEMPLATE.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "lib/templates/framework/TEMPLATE.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist".freeze, "lib/templates/framework/TEMPLATE.xcodeproj/xcshareddata/xcschemes/TEMPLATE.xcscheme".freeze, "lib/templates/framework/TEMPLATE.xcworkspace/contents.xcworkspacedata".freeze, "lib/templates/framework/TEMPLATE.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.pbxproj".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/ViewController.swift".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Configuration/Info.plist".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Assets.xcassets/Contents.json".freeze, "lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Base.lproj/LaunchScreen.storyboard".freeze, "lib/templates/framework/Tests/Info.plist".freeze, "lib/templates/framework/Tests/TEMPLATETests.swift".freeze, "lib/templates/framework/fastlane/.env.default".freeze, "lib/templates/framework/fastlane/Fastfile".freeze, "swift_lib_templater.gemspec".freeze] s.homepage = "https://github.com/fabernovel/swift_lib_templater".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "`swift_lib_templater` generates templates for open source ios libraries.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end