[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / b / ZTAttributedLabel / 1.0.0 / ZTAttributedLabel.podspec.json
blob2122808ff526641f35909221f80b4d573163b4d6
2   "name": "ZTAttributedLabel",
3   "version": "1.0.0",
4   "summary": "A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.",
5   "homepage": "https://github.com/CherishSmile/ZTAttributedLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CherishSmile": "misteralvin@yeah.net"
12   },
13   "source": {
14     "git": "https://github.com/CherishSmile/ZTAttributedLabel.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "source_files": "ZTAttributedLabel/ZTAttributedLabel.framework/Headers/*.{h}",
25   "vendored_frameworks": "ZTAttributedLabel/ZTAttributedLabel.framework",
26   "public_header_files": "ZTAttributedLabel/ZTAttributedLabel.framework/Headers/*.{h}"