blob: b1186ac4ec7aa116a90dae7f9ca6134f96cec2ec [file] [log] [blame]
{
"name": "UTIKit",
"version": "1.2.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",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/cockscomb/UTIKit.git",
"tag": "1.2.0"
},
"source_files": "UTIKit/**/*.swift",
"requires_arc": true
}