blob: fa6e19c8b19ee1ad9781d849ef601eb1f0cd6670 [file] [log] [blame]
{
"name": "JTSSmartPunctuation",
"version": "1.0.0",
"summary": "A drop-in utility for adding as-you-type smart punctuation to a UITextView.",
"homepage": "https://github.com/jaredsinclair/JTSSmartPunctuation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Sinclair": "https://twitter.com/jaredsinclair"
},
"source": {
"git": "https://github.com/jaredsinclair/JTSSmartPunctuation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"compiler_flags": "-fmodules",
"source_files": [
"Source/*.{h,m}"
]
}