| { | |
| "name": "DPKeychain", | |
| "version": "1.0", | |
| "summary": "钥匙串工具", | |
| "description": "方便操作苹果钥匙串", | |
| "homepage": "https://github.com/DancewithPeng/Keychain.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "DP": "dancewithpeng@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "swift_versions": "5.2", | |
| "source": { | |
| "git": "https://github.com/DancewithPeng/Keychain.git", | |
| "tag": "1.0" | |
| }, | |
| "source_files": [ | |
| "Keychain/Sources", | |
| "Keychain/Sources/**/*.{h,m}" | |
| ], | |
| "swift_version": "5.2" | |
| } |