blob: 1224a4f8f28c3995946b7e9e2b47cc87a9153a5f [file] [log] [blame]
{
"name": "HDeviceIdentifier",
"version": "0.1.1",
"summary": "封装了持久化保存/查看设备唯一标识的功能, 并且可以判断应用是不是第一次安装 (UUID+KeyChain)",
"homepage": "https://blog.wskfz.com/index.php/archives/28/",
"license": "MIT",
"authors": {
"Hext123": "hext123@foxmail.com"
},
"social_media_url": "https://blog.wskfz.com/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Hext123/HDeviceIdentifier.git",
"tag": "0.1.1"
},
"source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/**/*.{h,m}",
"public_header_files": "HDeviceIdentifier/HDeviceIdentifierUtils/HDeviceIdentifier.h",
"exclude_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
"subspecs": [
{
"name": "no-arc",
"source_files": "HDeviceIdentifier/HDeviceIdentifierUtils/SFHFKeychainUtils.{h,m}",
"requires_arc": false
}
]
}