blob: 5f6fd2212107583a4e4aed12bdbb587a4d034210 [file] [log] [blame]
{
"name": "SwiftyUTType",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "SwiftyUTType/Classes/**/*{h,m,swift}"
}