blob: 770e2a76142f91e6f3cbabc97b9b0980af991a37 [file] [log] [blame]
{
"name": "JRUtils",
"version": "0.0.6",
"summary": "Summary of convenience util for ios development",
"homepage": "https://github.com/scubers/JRUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jrwong": "jr-wong@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/scubers/JRUtils.git",
"tag": "0.0.6"
},
"source_files": "JRUtils/JRUtils/**/*.swift",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 0.4.1"
]
}
}