[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 1 / 3 / whichappMHdetector / 0.1.0 / whichappMHdetector.podspec.json
blobd91c425489e5a843d67728c38121693f9bfc1476
2   "name": "whichappMHdetector",
3   "version": "0.1.0",
4   "summary": "Detecting @ and # in UITextView and UITextField.",
5   "description": "Detecting Mention `@` and Hashtag `#` in UITextView and UITextField. it will automatically detect the word while user typing and distinguishing the type of it. you just need to set delegate and call mentionHashtagDetector func under the textDidChange(_:).",
6   "homepage": "https://github.com/whichapp/mentionHashtagDetector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sajjadsarkoobi": "sarkoobi@whichapp.com"
13   },
14   "source": {
15     "git": "https://github.com/whichapp/mentionHashtagDetector.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "whichappMHdetector/Classes/**/*",
23   "frameworks": "UIKit"