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