blob: 87aa0c408d9138a16001c82231ece19f9b3b1a00 [file] [log] [blame]
{
"name": "SpellCheckerTextView",
"version": "0.1.0",
"summary": "A UITextView subclass which detects and highlights words with incorrect spellings. Uses UISpellChecker and NSLinguistic Tagger.",
"description": "A UITextView subclass which detects and highlights words with incorrect spellings. The language is determined using the Device Language. Uses UISpellChecker and NSLinguistic Tagger. Written entirely in Swift 4.1.",
"homepage": "https://github.com/Ibrahimhass/SpellCheckerTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ibrahimhass": "mdibrahimhassan@gmail.com"
},
"source": {
"git": "https://github.com/Ibrahimhass/SpellCheckerTextView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/IbrahimH_ss_n",
"platforms": {
"ios": "11.0"
},
"source_files": "SpellCheckerTextView/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"frameworks": "UIKit"
}