[Add] Dengage 5.73
[CocoaPods.git] / Specs / a / 7 / 4 / PPCopiableLabel / 1.0.1 / PPCopiableLabel.podspec.json
blob14ac394d384eb1655984a14180da76ec3658fdec
2   "name": "PPCopiableLabel",
3   "version": "1.0.1",
4   "summary": "A simple subclass of UILabel that allows users to copy text with a long press. Handles highlighting the label as needed.",
5   "description": "                   PPCopiableLabel can be used as a drop-in replacement for UILabel. You can simply change the custom class of any UILabel\n                   in Interface Builder, and that label will have the ability to display the Copy menu when pressed for a second.\n",
6   "homepage": "https://github.com/markiv/PPCopiableLabel",
7   "screenshots": "https://raw.githubusercontent.com/markiv/PPCopiableLabel/master/demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Vikram Kriplaney": "vikram@iphonso.com"
14   },
15   "social_media_url": "http://twitter.com/krips",
16   "platforms": {
17     "ios": "3.0"
18   },
19   "source": {
20     "git": "https://github.com/markiv/PPCopiableLabel.git",
21     "tag": "1.0.1"
22   },
23   "source_files": "Classes/*.{h,m}",
24   "requires_arc": true