blob: 96ceb79fe29e6cac97c6bc1ffc474ead6bcfa480 [file] [log] [blame]
{
"name": "UDID",
"version": "1.0.0",
"summary": "以bundleID 为key 保存uuid 到 keychain, 作为设备唯一识别码",
"description": "以bundleID 为key 保存uuid 到 keychain, 作为设备唯一识别码",
"homepage": "https://github.com/qibaozhen/UDID.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"齐春宝": "@qqbbzz@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qibaozhen/UDID.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"requires_arc": true
}