[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 7 / b / XXAttributedLabel / 0.0.1 / XXAttributedLabel.podspec.json
blobb2632bc5274553d8a29e3a5c5613e8714ff772ef
2   "name": "XXAttributedLabel",
3   "version": "0.0.1",
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.1"
16   },
17   "source_files": "XXAttributedLabel/XXAttributedLabel/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "M80AttributedLabel": [
21       "~> 1.9.9"
22     ]
23   }