blob: 611e2b648537c6b2b366b63de20025877d4244ee [file] [log] [blame]
{
"name": "UUIDSwift",
"version": "0.4.2",
"summary": "Easy UUID.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jprothwell/UUID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leon": "jprothwell@gmail.com"
},
"source": {
"git": "https://github.com/jprothwell/UUID.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "UUID/Classes/UUIDSwift.swift",
"dependencies": {
"KeychainAccess": [
]
}
}