blob: 5e2c426b276d66a5ad6ee2f33ffe824635ee6b95 [file] [log] [blame]
{
"name": "UTIKit",
"version": "2.1.0",
"summary": "UTIKit is an UTI (Uniform Type Identifier) wrapper for Swift.",
"description": "UTIKit is a full featured library including entire UTI functions.\n\n* Convertibility\n * Filename extension\n * MIME type\n * OSType (OS X only)\n * Pasteboard type (OS X only)\n* Equality\n* Conformance\n* and others…",
"homepage": "https://github.com/cockscomb/UTIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroki Kato": "mail@cockscomb.info"
},
"social_media_url": "http://twitter.com/cockscomb",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/cockscomb/UTIKit.git",
"tag": "2.1.0"
},
"source_files": "UTIKit/**/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}