blob: 3d5ee15edd05cf6b586a3d2a45ece479d20444f1 [file] [log] [blame]
{
"name": "SwiftUTI",
"version": "1.0.6",
"summary": "A swift wrapper around Apples Universal Type Identifier functions.",
"description": "This module makes it very simple to work with Apples Universal Type Identifiers.",
"homepage": "https://github.com/mkeiser/SwiftUTI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mkeiser": "matthias@tristan-inc.com"
},
"source": {
"git": "https://github.com/mkeiser/SwiftUTI.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/*",
"osx": {
"frameworks": "CoreServices"
},
"ios": {
"frameworks": "MobileCoreServices"
},
"pushed_with_swift_version": "3.0"
}