[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / d / 3 / HHStringAttributes / 0.1.0 / HHStringAttributes.podspec.json
bloba836cccf337d8b3453c8dbdcc8b1b86b6179a7d9
2   "name": "HHStringAttributes",
3   "version": "0.1.0",
4   "summary": "A simple Attributes Library.",
5   "description": "Makes it way easier to generate attribute dictionaries needed for NSAttributedString.",
6   "homepage": "https://github.com/WaterSource/HHStringAttributes",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "何源": "jamehy@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/WaterSource/HHStringAttributes.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HHStringAttributes/Classes/*.{h,m}",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Slash": [
25       "~> 0.1.4"
26     ]
27   }