Class: Xcodeproj::Project::Object::XCRemoteSwiftPackageReference
- Inherits:
-
Object
- Object
- Xcodeproj::Project::Object::XCRemoteSwiftPackageReference
- Includes:
- PkgRefMixin
- Defined in:
- lib/xccache/xcodeproj/pkg.rb
Instance Method Summary collapse
Methods included from PkgRefMixin
#create_pkg_product_dependency_ref, #create_target_dependency_ref, #id, #local?, #non_xccache_pkg?, #slug, #xccache_pkg?
Instance Method Details
#to_h ⇒ Object
65 66 67 |
# File 'lib/xccache/xcodeproj/pkg.rb', line 65 def to_h { "repositoryURL" => repositoryURL, "requirement" => requirement } end |