[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / f / 7 / 6 / AttributedString / 1.5.2 / AttributedString.podspec.json
blobc9a08be22536bb5b992ba350de90e891c13bcc5f
2   "name": "AttributedString",
3   "version": "1.5.2",
4   "summary": "基于Swift字符串插值快速构建你想要的富文本, 支持点击按住等事件获取, 支持多种类型过滤",
5   "homepage": "https://github.com/lixiang1994/AttributedString",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "LEE": "18611401994@163.com"
12   },
13   "source": {
14     "git": "https://github.com/lixiang1994/AttributedString.git",
15     "tag": "1.5.2"
16   },
17   "requires_arc": true,
18   "swift_versions": [
19     "5.0"
20   ],
21   "frameworks": "Foundation",
22   "ios": {
23     "frameworks": "UIKit",
24     "source_files": [
25       "Sources/Extension/UIKit/*.swift"
26     ]
27   },
28   "osx": {
29     "frameworks": "AppKit",
30     "source_files": [
31       "Sources/Extension/AppKit/*.swift"
32     ]
33   },
34   "tvos": {
35     "frameworks": "UIKit",
36     "source_files": [
37       "Sources/Extension/UIKit/*.swift"
38     ]
39   },
40   "watchos": {
41     "frameworks": "WatchKit",
42     "source_files": [
43       "Sources/Extension/WatchKit/*.swift"
44     ]
45   },
46   "platforms": {
47     "ios": "9.0",
48     "osx": "10.13",
49     "tvos": "11.0",
50     "watchos": "5.0"
51   },
52   "source_files": [
53     "Sources/*.swift",
54     "Sources/Extension/*.swift",
55     "Sources/Extension/CoreGraphics/*.swift"
56   ],
57   "swift_version": "5.0"