[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / 4 / PPCopiableLabel / 1.0.0 / PPCopiableLabel.podspec.json
blob3166e604cc6de556f6170443910f7b6d3a6235fb
2   "name": "PPCopiableLabel",
3   "version": "1.0.0",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vikram Kriplaney": "vikram@iphonso.com"
13   },
14   "social_media_url": "http://twitter.com/krips",
15   "platforms": {
16     "ios": "3.0"
17   },
18   "source": {
19     "git": "https://github.com/markiv/PPCopiableLabel.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Classes/*.{h,m}",
23   "requires_arc": true