blob: 7d0cc5ff6c1c4f6cd0ab075e163e0d44348e4871 [file] [log] [blame]
{
"name": "CryptoPrephirences",
"version": "3.0.0",
"summary": "Add some encryption to your sensitive preferences",
"homepage": "https://github.com/phimage/CryptoPrephirences",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/phimage/CryptoPrephirences.git",
"tag": "3.0.0"
},
"default_subspecs": "Core",
"dependencies": {
"CryptoSwift": [
],
"Prephirences": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift"
}
]
}