[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 1 / 3 / APLHrefStringConverter / 1.0.4 / APLHrefStringConverter.podspec.json
blob475e6fac1a1daa38a9a68a6d618aa0750c8b859f
2   "name": "APLHrefStringConverter",
3   "version": "1.0.4",
4   "summary": "A simple extension of String taking a string containing hrefs and creating clickable MutableStrings",
5   "description": "A simple String extension that creates clickable links out of hrefs contained in the String. The result is a mutableString that contains the text and the clickable hrefs at the right positions.",
6   "homepage": "https://github.com/apploft/APLUrlTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Famara Kassama": "famara.kassama@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLHrefStringConverter.git",
19     "tag": "0.0.4"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true