| { |
| "name": "CopyableLabel", |
| "version": "2.0.1", |
| "summary": "UILabel extension to enable copying", |
| "description": "Copying can be enabled by setting copyable property of UILabel either in Interface Builder or\nprogramatically.", |
| "homepage": "https://github.com/weby/CopyableLabel", |
| "screenshots": "http://i.imgur.com/ukNVqWf.png", |
| "license": "MIT", |
| "authors": { |
| "Donatas Stundys": "donatas.stundys@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/weby/CopyableLabel.git", |
| "tag": "2.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |