blob: 0bc4ea66fb5bd061ce04a6f4bc3ff76aae1e5686 [file] [log] [blame]
{
"name": "PhotoSphereXMP",
"version": "0.9.0",
"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": "email@address.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/tatsu/PhotoSphereXMP.git",
"tag": "0.9.0"
},
"source_files": [
"PhotoSphereXMP",
"PhotoSphereXMP/**/*.{h,m}"
]
}