[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / 7 / 6 / AttributedString / 1.6.5 / AttributedString.podspec.json
blob933f29ed22f4922199dcbe3d97c95826c5353fed
2   "name": "AttributedString",
3   "version": "1.6.5",
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.6.5"
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       "Sources/Extension/UIKit/UILabel/*.swift"
27     ]
28   },
29   "osx": {
30     "frameworks": "AppKit",
31     "source_files": [
32       "Sources/Extension/AppKit/*.swift"
33     ]
34   },
35   "tvos": {
36     "frameworks": "UIKit",
37     "source_files": [
38       "Sources/Extension/UIKit/*.swift"
39     ]
40   },
41   "watchos": {
42     "frameworks": "WatchKit",
43     "source_files": [
44       "Sources/Extension/WatchKit/*.swift"
45     ]
46   },
47   "platforms": {
48     "ios": "9.0",
49     "osx": "10.13",
50     "tvos": "11.0",
51     "watchos": "5.0"
52   },
53   "source_files": [
54     "Sources/*.swift",
55     "Sources/Extension/*.swift",
56     "Sources/Extension/CoreGraphics/*.swift"
57   ],
58   "swift_version": "5.0"