blob: ea94637432bc33aff044481f13d8cabe99d7d257 [file] [log] [blame]
{
"name": "Linker",
"version": "1.0.0",
"summary": "Lightweight way to handle internal and external URLs in Swift for iOS.",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maksim Kurpa": "maksim.kurpa@gmail.com"
},
"description": "Linker is the easiest way to handle internal and external URLs in your project!",
"homepage": "https://github.com/MaksimKurpa/Linker",
"source": {
"git": "https://github.com/MaksimKurpa/Linker.git",
"branch": "master",
"tag": "1.0.0"
},
"social_media_url": "https://www.facebook.com/maksim.kurpa",
"source_files": "Linker/Sources/Linker/*.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}