blob: 3b71d9a711fe97ed9e67e214fa0cd4ff4858bc80 [file] [log] [blame]
{
"name": "ORKURLfromPasteBoard",
"version": "1.0.0",
"summary": "Get NSURLs from a pasteboard full of text. Supports IDNA.",
"description": " Gets URLs from a pasteboard. Instead of requiring a user to enter URLs by had, just pick it from the clipboard. It checks text content for strings looking like links and turns them into `NSURL`s. Also works for internationalized domain names (IDNA).\n",
"homepage": "https://github.com/orkoden/ORKURLfromPasteBoard",
"screenshots": "https://raw.githubusercontent.com/orkoden/ORKURLfromPasteBoard/master/ORKURLfromPasteBoard.gif",
"license": "MIT",
"authors": {
"Jörg Bühmann": "joergbuehmann@gmail.com"
},
"source": {
"git": "https://github.com/orkoden/ORKURLfromPasteBoard.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/orkoden",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Punycode-Cocoa": [
]
}
}