blob: 7abd1ebbcf7b58e33ce0309d690644d22a8458ae [file] [log] [blame]
{
"name": "DryKeychain-iOS",
"version": "0.0.1",
"summary": "DryKeychain-iOS",
"homepage": "https://github.com/duanruiying/DryKeychain-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryKeychain-iOS.git",
"tag": "0.0.1"
},
"description": "TODO: iOS钥匙串基本操作.",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryKeychain-iOS/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"swift_version": "5.0"
}