STRUCT
CocoapodsLockfile.SourceData
Contents
- Properties
typerefpods
- Methods
init(type:ref:pods:)
swift
public struct SourceData: Codable, EquatableProperties
type
swift
public var type: SourceTyperef
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])