blob: 66e0b3377714b7f760e3baf46dd085423f548883 [file] [log] [blame]
{
"name": "GSLFileTypeMappings",
"version": "2.0.2",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLFileTypeMappings",
"source": {
"git": "https://github.com/GyazSquare/GSLFileTypeMappings.git",
"tag": "v2.0.2"
},
"summary": "A simple file type mapping library for iOS, OS X, 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}"
}