const classafFpm::PodFile
sys::Obj afFpm::PodFile
Represents a pod version with a backing file.
- asDepend
Depend asDepend()This pod version expressed as a dependency. Convenience for:
Depend("$name $version")- file
File file()The backing file for this pod. Convenience for
podFile.url.toFile.- name
const Str nameThe name of this pod.
- url
const Uri urlWhere the pod is located. May have a local
file:or a remotehttp:scheme.- version
const Version versionThe version of this pod.