blob: e365e82bb630c8a42cf0699994b1c6e861b3bbe7 [file] [log] [blame]
{
"name": "DropmarkItemType",
"version": "1.0.0",
"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.0"
},
"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"
]
}
}