[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / a / 5 / SpellCheckerTextView / 0.1.0 / SpellCheckerTextView.podspec.json
blob87aa0c408d9138a16001c82231ece19f9b3b1a00
2   "name": "SpellCheckerTextView",
3   "version": "0.1.0",
4   "summary": "A UITextView subclass which detects and highlights words with incorrect spellings. Uses UISpellChecker and NSLinguistic Tagger.",
5   "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.",
6   "homepage": "https://github.com/Ibrahimhass/SpellCheckerTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ibrahimhass": "mdibrahimhassan@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Ibrahimhass/SpellCheckerTextView.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/IbrahimH_ss_n",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "SpellCheckerTextView/Classes/**/*",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "4.1"
25   },
26   "frameworks": "UIKit"