Skip to content

STRUCT

CocoapodsLockfile.SourceData

Contents

swift
public struct SourceData: Codable, Equatable

Properties

type

swift
public var type: SourceType

ref

swift
public var ref: String?

pods

swift
public var pods: [String: PodData]

Methods

init(type:ref:pods:)

swift
public init(type: SourceType, ref: String? = nil, pods: [String : PodData])