[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 7 / StripHTML / 0.1.1 / StripHTML.podspec.json
blob87d9c04c661f87d956b16fb3574d705103bab2ef
2   "name": "StripHTML",
3   "version": "0.1.1",
4   "summary": "A category of NSString to remove HTML tags",
5   "description": "This is a simple CocoadPod that provides the ability to strip a string and remove all HTML tags from it",
6   "homepage": "https://github.com/brurend/StripHTML",
7   "license": "MIT",
8   "authors": {
9     "brurend": "brurend@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/brurend/StripHTML.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "StripHTML": [
22       "Pod/Assets/*.png"
23     ]
24   }