blob: a5189bdc728d3a07f0e5c31218c63c860b9de9bf [file] [log] [blame]
{
"name": "SwiftyUUID",
"version": "0.0.2",
"summary": "Native Swift UUIDs.",
"description": "SwiftyUUID\n==========\nNative Swift UUIDs. Generates [RFC 4122](https://www.ietf.org/rfc/rfc4122.txt), version 4 randomly generated UUIDs.\n\nExample\n-------\n\n let uuid = SwiftyJSON.UUID()\n let uuidStr = uuid.CanonicalString()\n \n\nWhy not use NSUUID?\n------------------\nGetting the raw UUID bytes out of NSUUID is painful and error prone.",
"homepage": "https://github.com/drichardson/SwiftyUUID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Doug Richardson": "dougie.richardson@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/drichardson/SwiftyUUID.git",
"tag": "0.0.2"
},
"source_files": "SwiftyUUID"
}