blob: ebf8867c3ba010fe7fd4b5e285d23555fa70601d [file] [log] [blame]
{
"name": "SWDeviceIdentifier",
"version": "0.0.1",
"summary": "利用keychain来保存UUID,确保UUID的相对唯一性.",
"description": "利用keychain来保存UUID,确保UUID的相对唯一性,如果用userdefault保存,APP卸载重装UUID会变得,利用bundle identifier 和keychain就不会出现卸载重装UUID改变了。",
"homepage": "https://github.com/547/SWDeviceIdentifier",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seven Wang",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/547/SWDeviceIdentifier.git",
"tag": "0.0.1"
},
"source_files": [
"SWDeviceIdentifier",
"SWDeviceIdentifier/**/*.{h,m,swift}"
],
"frameworks": "Foundation",
"dependencies": {
"KeychainAccess": [
"~> 3.2.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}