blob: f6984087aac3f385863492eaf46294aec7a4a53a [file] [log] [blame]
{
"name": "UILabel+Copyable",
"version": "1.0.1",
"summary": "A simple category to add copy functionality to UILabel.",
"description": "# Features\n - Supports Interface Builder\n - Supports long press gesture\n - Allows enable/disble the copy feature\n - Works with all UILabel objects already in your project",
"homepage": "https://github.com/alexandreos/UILabel-Copyable",
"screenshots": "https://raw.githubusercontent.com/alexandreos/UILabel-Copyable/screenshots/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Alexandre Santos": "alexandre_o_s@yahoo.com"
},
"social_media_url": "https://twitter.com/alexandre_o_s",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/alexandreos/UILabel-Copyable.git",
"tag": "1.0.1"
},
"source_files": "UILabel+Copyable/**/*.{h,m}",
"requires_arc": true
}