--- !ruby/object:Gem::Specification name: swift_lib_templater version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - GaeĢtan Zanella autorequire: bindir: exe cert_chain: [] date: 2020-09-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '10.0' description: "`swift_lib_templater` generates templates for open source ios libraries. It supports Carthage & SPM & Cocoapods and provides basic CI scripts." email: - gaetan.zanella@fabernovel.com executables: - swift_lib_templater extensions: [] extra_rdoc_files: [] files: - ".gitignore" - CHANGELOG.md - Gemfile - Gemfile.lock - README.md - Rakefile - bin/console - bin/setup - exe/swift_lib_templater - lib/swift_lib_templater.rb - lib/swift_lib_templater/copy_template_command.rb - lib/swift_lib_templater/get_framework_name_command.rb - lib/swift_lib_templater/initialize_git_repository_command.rb - lib/swift_lib_templater/open_projet_command.rb - lib/swift_lib_templater/rename_files_command.rb - lib/swift_lib_templater/version.rb - lib/templates/framework/.github/workflows/ci.yml - lib/templates/framework/.gitignore - lib/templates/framework/CHANGELOG.md - lib/templates/framework/Gemfile - lib/templates/framework/Gemfile.lock - lib/templates/framework/LICENSE - lib/templates/framework/Package.swift - lib/templates/framework/Package.xcconfig - lib/templates/framework/README.md - lib/templates/framework/Source/Classes/EmptyFile.swift - lib/templates/framework/Source/Info.plist - lib/templates/framework/Source/TEMPLATE.h - lib/templates/framework/TEMPLATE.podspec - lib/templates/framework/TEMPLATE.xcodeproj/project.pbxproj - lib/templates/framework/TEMPLATE.xcodeproj/project.xcworkspace/contents.xcworkspacedata - lib/templates/framework/TEMPLATE.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist - lib/templates/framework/TEMPLATE.xcodeproj/xcshareddata/xcschemes/TEMPLATE.xcscheme - lib/templates/framework/TEMPLATE.xcworkspace/contents.xcworkspacedata - lib/templates/framework/TEMPLATE.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.pbxproj - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/ViewController.swift - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Configuration/Info.plist - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Assets.xcassets/Contents.json - lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Resources/Base.lproj/LaunchScreen.storyboard - lib/templates/framework/Tests/Info.plist - lib/templates/framework/Tests/TEMPLATETests.swift - lib/templates/framework/fastlane/.env.default - lib/templates/framework/fastlane/Fastfile - swift_lib_templater.gemspec homepage: https://github.com/fabernovel/swift_lib_templater licenses: - MIT metadata: allowed_push_host: https://rubygems.org homepage_uri: https://github.com/fabernovel/swift_lib_templater source_code_uri: https://github.com/fabernovel/swift_lib_templater changelog_uri: https://github.com/fabernovel/swift_lib_templater/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.3 signing_key: specification_version: 4 summary: "`swift_lib_templater` generates templates for open source ios libraries." test_files: []