[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 3 / 4 / HTMLSpecialCharacters / 1.3.4 / HTMLSpecialCharacters.podspec.json
blob05388d98125936bc41dfb4172400445ba897a035
2   "name": "HTMLSpecialCharacters",
3   "version": "1.3.4",
4   "summary": "Library to escape/unescape HTML special characters in Swift.",
5   "description": "Library to escape/unescape HTML special characters in Swift. Google Toolbox for Mac is known as a great library which supports escaping/unescaping HTML special characters. But it's written in Objective-C.",
6   "homepage": "https://github.com/sonsongithub/HTMLSpecialCharacters",
7   "license": "MIT",
8   "authors": {
9     "sonson": "yoshida.yuichi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sonsongithub/HTMLSpecialCharacters.git",
13     "tag": "1.3.4",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/sonson_twit",
17   "platforms": {
18     "ios": "8.4",
19     "osx": "10.9",
20     "tvos": "9.2"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Sources/*.swift"
25   ],
26   "pushed_with_swift_version": "4.0"