[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 3 / f / 4 / APLUrlTextView / 0.0.2 / APLUrlTextView.podspec.json
blob764c1bc3e168d39c45606397e64e8fc145fb9e19
2   "name": "APLUrlTextView",
3   "version": "0.0.2",
4   "summary": "A simple extension of UITextView allowing to add links and getting informed when one of them has been touched.",
5   "description": "                   A simple UITextView extensions allowing to add URLs and getting informed \n                   when the user selects one of these URLs. You can use the 'linkTextAttributtes' \n                   of UITextView in order to define the styling of the links being embeded.\n",
6   "homepage": "https://github.com/apploft/APLUrlTextView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tino Rachui": "tino.rachui@apploft.de"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/apploft/APLUrlTextView.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true