blob: 1687f8fda6eac97e1be3889f2b063db5753c2c67 [file] [log] [blame]
{
"name": "TCCopyableLabel",
"version": "1.0.0",
"summary": "UILabel that can by copied to the clipboard by the user",
"homepage": "https://github.com/thibaultCha/TCCopyableLabel",
"license": "MIT",
"authors": {
"Thibault Charbonnier": "thibaultcha@me.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/thibaultCha/TCCopyableLabel.git",
"tag": "1.0.0"
},
"source_files": "TCCopyableLabel/TCCopyableLabel/**/*.{h,m}",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}