blob: ca2ebdc25c03f4ce18dddafc93ec8fbf5d0ec50c [file] [log] [blame]
{
"name": "UTIKit",
"version": "1.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…\n",
"homepage": "https://github.com/cockscomb/UTIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroki Kato": "mail@cockscomb.info"
},
"social_media_url": "http://twitter.com/cockscomb",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/cockscomb/UTIKit.git",
"tag": "1.1.0"
},
"source_files": "UTIKit/**/*.swift",
"requires_arc": true
}