blob: a2a5a47bcca4a7d748a071a29472f1ad3146d4c1 [file] [log] [blame]
{
"name": "GofunUDID",
"version": "1.2",
"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.2"
},
"source_files": "GofunUDID/*.swift",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
],
"KeychainAccess": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}