blob: 87d6ebf6579fc8e0616e3dd9ebfa15ef087c938f [file] [log] [blame]
{
"name": "PhotoSphereXMP",
"version": "0.9.1",
"summary": "Photo Sphere XMP Parser in Swift",
"description": "A Swift Parser for Photo Sphere XMP metadata that is serialized and embedded inside the photo sphere as described by the Adobe XMP standard.",
"homepage": "https://github.com/tatsu/PhotoSphereXMP",
"license": "MIT",
"authors": {
"Tatsuhiko Arai": "tatsu@tatsu.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tatsu/PhotoSphereXMP.git",
"tag": "0.9.1"
},
"source_files": [
"PhotoSphereXMP",
"PhotoSphereXMP/**/*.{h,m}"
]
}