blob: a809ad2cdd2350d0f75196ac8ecdbae35137d6d7 [file] [log] [blame]
{
"name": "GofunUDID",
"version": "1.4",
"summary": "标识设备唯一标识",
"description": "苹果不允许IOS7+以上的设备中获取硬件设备的任何唯一标识,GofunUDID通过自己生成的UDID来追踪唯一设备",
"homepage": "http://www.shouqiev.com",
"license": "MIT",
"authors": "Calmer",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.oschina.net/gofun/GofunUDID.git",
"tag": "1.4"
},
"source_files": "GofunUDID/*.swift",
"requires_arc": true,
"dependencies": {
"KeychainAccess": [
],
"CryptoSwift": [
"0.7.2"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}