blob: 1a2442a8cefb2db656c5a8124f7fdd39c7946a94 [file] [log] [blame]
{
"name": "MYLinkInteraction",
"version": "0.1.2",
"summary": "A drop-in replacement for UITextView link interaction actions",
"description": "A longer description of MYLinkInteraction in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/mindz-eye/MYLinkInteraction",
"license": "MIT",
"authors": {
"Yury": "makarov.yuriy@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mindz-eye/MYLinkInteraction.git",
"tag": "0.1.2"
},
"source_files": "MYLinkInteraction/**/*.{h,m}",
"public_header_files": "MYLinkInteraction/**/*.h",
"requires_arc": true
}