[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / a / 2 / SemanticString / 0.22.0 / SemanticString.podspec.json
blob8281e03f4f5fe8c5b4b902cf17a0c069914b8553
2   "name": "SemanticString",
3   "version": "0.22.0",
4   "summary": "String abstraction for easy text localization and stylization",
5   "description": "SemanticString allows mark some text regions with desired styles, for example, \"bold\".\nAlso, it provides a way to create language-independent strings, that can be used in apps that supports change language dynamically.",
6   "homepage": "https://github.com/BlowMindStyle/SemanticString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gotyanov": "Aleksey.Gotyanov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/BlowMindStyle/SemanticString.git",
16     "tag": "0.22.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Sources/SemanticString/**/*.swift",
23   "swift_versions": "5.1",
24   "swift_version": "5.1"