blob: b3ef9a027876b9981e5eeb9b9473fcfa58fc5e39 [file] [log] [blame]
{
"name": "GSLFileTypeMappings",
"version": "1.1.0",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLFileTypeMappings",
"source": {
"git": "https://github.com/GyazSquare/GSLFileTypeMappings.git",
"tag": "v1.1.0"
},
"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"
},
"source_files": "GSLFileTypeMappings/*.{h,m}"
}