Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions types/cocoapods-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,25 @@
"note": "there is no namespace"
},
"name_definition": {
"requirement": "required",
"case_sensitive": true,
"native_name": "pod name",
"note": "The name is the pod name and is case sensitive, cannot contain whitespace, a plus (+) character, or begin with a period (.)."
},
"version_definition": {
"requirement": "required",
"native_name": "package version",
"note": "The version is the package version."
},
"subpath_definition": {
"note": "The purl subpath is used to represent a pods subspec (if present)."
"requirement": "optional",
"native_name": "subspec",
"note": "The PURL subpath is used to represent a pod's subspec. For the cocoapods type, this component is delimited by a hash (#)."
},
"examples": [
"pkg:cocoapods/AFNetworking@4.0.1",
"pkg:cocoapods/MapsIndoors@3.24.0",
"pkg:cocoapods/ShareKit@2.0#Twitter",
"pkg:cocoapods/GoogleUtilities@7.5.2#NSData+zlib"
]
}
}