blob: 2ab81a3f03ede9db604e871d90dd35c0dc056ed4 [file] [log] [blame]
{
"name": "DropmarkItemType",
"version": "1.0.1",
"summary": "Item types handled by Dropmark and Apple UTI converters.",
"homepage": "https://github.com/dropmark/ItemType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Givens": "alex@oakmade.com"
},
"source": {
"git": "https://github.com/dropmark/ItemType.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/oakstudios",
"swift_version": "4.0",
"platforms": {
"ios": "9.3",
"osx": "10.10"
},
"source_files": "Source/**/*",
"ios": {
"frameworks": "MobileCoreServices"
},
"dependencies": {
"UTIKit": [
"~> 2.0"
]
}
}