# -*- encoding: utf-8 -*- # stub: ambient-xcode 0.8.1 ruby lib Gem::Specification.new do |s| s.name = "ambient-xcode".freeze s.version = "0.8.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 = ["Daniel Inkpen".freeze] s.date = "2017-06-19" s.description = "CLI for configuring Xcode projects from a Ruby file.".freeze s.email = ["dan2552@gmail.com".freeze] s.executables = ["ambient".freeze] s.files = [".gitignore".freeze, "README.md".freeze, "ambient-xcode.gemspec".freeze, "bin/ambient".freeze, "example/Ambientfile".freeze, "example/Ambientfile-objc".freeze, "example/Ambientfile-verbose".freeze, "example/images/Constant.png".freeze, "lib/ambient.rb".freeze, "lib/ambient/application.rb".freeze, "lib/ambient/capabilities_helper.rb".freeze, "lib/ambient/dsl.rb".freeze, "lib/ambient/dsl/main_scope.rb".freeze, "lib/ambient/dsl/plist_scope.rb".freeze, "lib/ambient/dsl/scheme_scope.rb".freeze, "lib/ambient/dsl/target_scope.rb".freeze, "lib/ambient/init.rb".freeze, "lib/ambient/plist_helper.rb".freeze, "lib/ambient/project_creation.rb".freeze, "lib/ambient/project_helper.rb".freeze, "templates/ios/PRODUCTNAME.xcodeproj/project.pbxproj".freeze, "templates/ios/PRODUCTNAME.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "templates/ios/PRODUCTNAME/AppDelegate.swift".freeze, "templates/ios/PRODUCTNAME/Assets.xcassets/AppIcon.appiconset/Contents.json".freeze, "templates/ios/PRODUCTNAME/Base.lproj/LaunchScreen.storyboard".freeze, "templates/ios/PRODUCTNAME/Base.lproj/Main.storyboard".freeze, "templates/ios/PRODUCTNAME/Info.plist".freeze, "templates/ios/PRODUCTNAME/ViewController.swift".freeze] s.homepage = "https://github.com/Dan2552/ambient".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Define your environment settings all in one easy to read Ruby file.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.5".freeze, ">= 1.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze, ">= 3.2.0".freeze]) end