[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / f / 4 / APLUrlTextView / 0.0.3 / APLUrlTextView.podspec.json
blobeb07fd8d0db80b7f62e6ab528ffcae1fddee6842
2   "name": "APLUrlTextView",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "requires_arc": true