blob: 30f67defba29ed07a196aae03b48f7d5fd929765 [file] [log] [blame]
{
"name": "GoldenKey",
"version": "1.0.0",
"summary": "CommonCrypto and Security wrapper for iOS",
"description": "Swift wrapper around CommonCrypto and Security frameworks.",
"homepage": "https://github.com/RedMadRobot/golden-key",
"license": {
"type": "MIT"
},
"authors": {
"Alexander Ignatiev": "ai@redmadrobot.com",
"Anton Glezman": "a.glezman@redmadrobot.com"
},
"source": {
"git": "https://github.com/RedMadRobot/golden-key.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10",
"watchos": "4.0"
},
"swift_version": "5.0",
"source_files": "GoldenKey/**/*.swift"
}