blob: 265fee97e848f6d078c6509f17239757790b819b [file] [log] [blame]
{
"name": "ZYDeviceId",
"version": "1.0.0",
"summary": "A deviceID solution .",
"description": "Use Userdefault and keychain to cache deviceId",
"homepage": "https://github.com/fengzeyan/ZYDeviceId",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RiotParticipants": "fengzeyan2011@gmail.com"
},
"source": {
"git": "https://github.com/fengzeyan/ZYDeviceId.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZYDeviceId/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"KeychainAccess": [
"~> 4.2.1"
]
}
}