[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 8 / b / SWDeviceIdentifier / 0.0.1 / SWDeviceIdentifier.podspec.json
blobebf8867c3ba010fe7fd4b5e285d23555fa70601d
2   "name": "SWDeviceIdentifier",
3   "version": "0.0.1",
4   "summary": "利用keychain来保存UUID,确保UUID的相对唯一性.",
5   "description": "利用keychain来保存UUID,确保UUID的相对唯一性,如果用userdefault保存,APP卸载重装UUID会变得,利用bundle identifier 和keychain就不会出现卸载重装UUID改变了。",
6   "homepage": "https://github.com/547/SWDeviceIdentifier",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seven Wang",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/547/SWDeviceIdentifier.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "SWDeviceIdentifier",
21     "SWDeviceIdentifier/**/*.{h,m,swift}"
22   ],
23   "frameworks": "Foundation",
24   "dependencies": {
25     "KeychainAccess": [
26       "~> 3.2.0"
27     ]
28   },
29   "swift_versions": "5.0",
30   "swift_version": "5.0"