blob: 26a1088fab2e42e8c573cc5f70b7ba03059dea39 [file] [log] [blame]
{
"name": "UUIDSwift",
"version": "0.0.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.0.2"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.0",
"source_files": "UUID/Classes/UUIDSwift.swift",
"dependencies": {
"KeychainAccess": [
]
}
}