blob: cc339288d8e22e8dfca9f9cdde87aa9c9ab255ab [file] [log] [blame]
{
"name": "NanoidSwift",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Straight forward nanoid implementation for Swift.",
"homepage": "https://github.com/benjohnde/NanoidSwift",
"authors": {
"Ben John": "github@benjohn.de"
},
"social_media_url": "http://twitter.com/benjohnde",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/benjohnde/NanoidSwift.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true
}