blob: a8fc05bef91ca5ad0243796a2328abdd4b953e9b [file] [log] [blame]
{
"name": "SmartQuotes",
"version": "0.0.1",
"swift_versions": "5.0",
"summary": "String extension for typographically correct quotes & apostrophes",
"description": "A simple String extension for converting straight apostrophes and quotes in to typographically correct curly versions.",
"homepage": "https://github.com/hallee/swift-smart-quotes",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hal Lee": "hal@lee.me"
},
"source": {
"git": "https://github.com/hallee/swift-smart-quotes.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/hal_lee",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "Sources/**/*.{swift}",
"swift_version": "5.0"
}