blob: c3ae56058843059ab2eba49a65bbec6a4ea85299 [file] [log] [blame]
{
"name": "LinkDetect",
"version": "0.1.0",
"summary": "A alternative NSTextCheckingType.Link with Regex (only detect http(s) ).",
"description": "A alternative NSTextCheckingType.Link with Regex ( only detect http(s) ).",
"homepage": "https://github.com/nahitheper/LinkDetect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nahit Rüştü HEPER": "nahitheper@gmail.com"
},
"source": {
"git": "https://github.com/nahitheper/LinkDetect.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nahitheper",
"platforms": {
"ios": "8.0"
},
"source_files": "LinkDetect/Classes/**/*",
"requires_arc": true
}