[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 7 / b / XXAttributedLabel / 0.0.6 / XXAttributedLabel.podspec.json
blobec603add8585fbeaaf74a3c7676a9e5b9934446e
2   "name": "XXAttributedLabel",
3   "version": "0.0.6",
4   "summary": "基于M80AttributedLabel实现的可选操作,让Label也可以支持复制、选择功能。",
5   "homepage": "https://github.com/solehe/XXAttributedLabel",
6   "license": "MIT",
7   "authors": {
8     "solehe": "soleworld@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/solehe/XXAttributedLabel.git",
15     "tag": "0.0.6"
16   },
17   "source_files": [
18     "XXAttributedLabel/XXAttributedLabel/*.{h,m}",
19     "XXAttributedLabel/XXAttributedLabel/XXAttributedLabel/XXAttributedLabel/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "M80AttributedLabel": [
24       "~> 1.9.9"
25     ]
26   }