blob: d5807ea93e6e0ed086467614b974c6df4026159a [file] [log] [blame]
{
"name": "PersistentUUID",
"version": "1.0.0",
"summary": "Persistent UUIDs",
"description": "Access a UUID that persists through app deletion and reinstallation.",
"homepage": "https://github.com/chrischares/PersistentUUID",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Chares": "chris@chares.io"
},
"source": {
"git": "https://github.com/chrischares/PersistentUUID.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PersistentUUID/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 3.0.0"
]
}
}