blob: bc6fe67a184c41c37829c5331c12256b1d89f75e [file] [log] [blame]
{
"name": "CryptoPrephirences",
"version": "1.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": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/phimage/CryptoPrephirences.git",
"tag": "1.0.0"
},
"default_subspecs": "Core",
"dependencies": {
"CryptoSwift": [
],
"Prephirences": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "CryptoPrephirences/*.swift"
}
]
}