| { | |
| "name": "ScryptSwift", | |
| "version": "0.0.1", | |
| "summary": "A short description of ScryptSwift.", | |
| "homepage": "https://github.com/nicholaslin/ScryptSwift", | |
| "license": "MIT", | |
| "authors": { | |
| "nicholaslin": "990215314@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/nicholaslin/ScryptSwift.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "ScryptSwift/Sources/*.swift", | |
| "dependencies": { | |
| "CryptoSwift": [ | |
| ] | |
| }, | |
| "pod_target_xcconfig": { | |
| "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule" | |
| } | |
| } |