const classafFpm::PodFile

sys::Obj
  afFpm::PodFile

Represents a pod version with a backing file.

asDepend

Source

Depend asDepend()

This pod version expressed as a dependency. Convenience for:

Depend("$name $version")
file

Source

File file()

The backing file for this pod. Convenience for podFile.url.toFile.

name

Source

const Str name

The name of this pod.

url

Source

const Uri url

Where the pod is located. May have a local file: or a remote http: scheme.

version

Source

const Version version

The version of this pod.