blob: 480a92582015413f9fb99569b09ec2dacb470c33 [file] [log] [blame]
{
"name": "SwiftyUTType",
"version": "1.0.3",
"summary": "Lightweight framework for working with uniform type identifiers.",
"description": "Lightweight framework for working with uniform type identifiers as a structured data type.",
"homepage": "https://github.com/NoodleOfDeath/SwiftyUTType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NoodleOfDeath": "git@noodleofdeath.com"
},
"source": {
"git": "https://github.com/NoodleOfDeath/SwiftyUTType.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"source_files": "SwiftyUTType/Classes/**/*{h,m,swift}",
"frameworks": "CoreServices",
"swift_version": "5.0"
}