blob: 1d5a0f8cc2d930a6cbd1d5dd495ae0a23254dcde (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "tinyexif",
"version-string": "1.0.2",
"port-version": 7,
"description": "tiny ISO-compliant C++ EXIF and XMP parsing library for JPEG images",
"homepage": "https://github.com/cdcseacave/TinyEXIF",
"dependencies": [
"tinyxml2"
]
}
|