[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 3 / JSAttributed / 1.0.0 / JSAttributed.podspec.json
bloba6db1a5d7ab451aa7dd94a0e99d168b3076f017a
2   "name": "JSAttributed",
3   "version": "1.0.0",
4   "summary": "一个简便易用的自定义 NSAttributedString 框架。",
5   "description": "一个简便易用的自定义 NSAttributedString 框架,方便快捷的定制 AttributedString。",
6   "homepage": "https://github.com/spirit-jsb/JSAttributed",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "spirit-jsb": "sibo_jian_29903549@163.com"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/spirit-jsb/JSAttributed.git",
20     "tag": "1.0.0"
21   },
22   "requires_arc": true,
23   "deprecated": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Core/",
28       "frameworks": [
29         "UIKit",
30         "Foundation"
31       ]
32     }
33   ],
34   "swift_version": "5.0"