blob: 7661ea6570cf570c3629363f6f4281a1f6607033 [file] [log] [blame]
{
"name": "GSLFileTypeMappings",
"version": "2.0.3",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLFileTypeMappings",
"source": {
"git": "https://github.com/GyazSquare/GSLFileTypeMappings.git",
"tag": "v2.0.3"
},
"summary": "A simple file type mapping library for iOS, macOS, watchOS and tvOS.",
"platforms": {
"ios": "8.0",
"osx": "10.6",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"GSLSynthesizeSingleton": [
]
},
"requires_arc": true,
"ios": {
"frameworks": "MobileCoreServices"
},
"tvos": {
"frameworks": "MobileCoreServices"
},
"watchos": {
"frameworks": "MobileCoreServices"
},
"module_name": "GSL",
"source_files": "GSLFileTypeMappings/*.{h,m}"
}