[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / RichLabel / 1.0.0 / RichLabel.podspec.json
blob17e4ee7427e8259e1440d6044828f2c54dc548ae
2   "name": "RichLabel",
3   "version": "1.0.0",
4   "summary": "Overview ActiveLabel An UILabel's class",
5   "description": "UILabel drop-in replacement supporting Hashtags (#), Mentions (@), URLs (http://) and custom regex patterns, written in Swift\n\nFeatures\n    * Swift 5.0 +\n    * Default support for **Hashtags, Mentions, Links, Emails**\n    * Support for custom types via regex\n    * Ability to enable highlighting only for the desired types\n    * Ability to trim urls\n    * Super easy to use and lightweight\n    * Works as UILabel drop-in replacement\n    * Well tested and documented",
6   "homepage": "https://github.com/fengmingdev/RichLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fengming": "1028708571@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/fengmingdev/RichLabel.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "RichLabel/Classes/**/*"