[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / a / Styley / 0.1.0 / Styley.podspec.json
blobd5917f293d198176ea7d231936da670ef6a751fd
2   "name": "Styley",
3   "version": "0.1.0",
4   "summary": "Easy custom styling for NSAttributedStrings",
5   "description": "Instead of having to deal with substring and NSRanges, just tag some parts of you string with a number and provide a custom attributes dictionary for those numbers. Better description soon!",
6   "homepage": "https://github.com/PimCoumans/Styley",
7   "license": "MIT",
8   "authors": {
9     "Pim Coumans": "pim@pixelrock.nl"
10   },
11   "source": {
12     "git": "https://github.com/PimCoumans/Styley.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/pimcoumans",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "Styley/Classes/**/*",
20   "public_header_files": "Styley/Classes/*.h"