[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 3 / 7 / b / XXAttributedLabel / 0.2.3 / XXAttributedLabel.podspec.json
blob9ccfe41d87f7ed32ecbe90a32c8899971c2505ae
2   "name": "XXAttributedLabel",
3   "version": "0.2.3",
4   "summary": "基于TMAttributedLabel实现的可选操作,让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.2.3"
16   },
17   "source_files": "XXAttributedLabel/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "TMAttributedLabel": [
21       "~> 0.0.4"
22     ]
23   }