blob: 8057e3ad8beda9955228cd5d510df172e264e729 [file] [log] [blame]
{
"name": "PersistentUUID",
"version": "0.5.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": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PersistentUUID/Classes/**/*",
"dependencies": {
"KeychainAccess": [
"~> 2.4.0"
]
}
}