blob: b76ed8f57a8418d40e917d46b4d411a607b7b5a5 [file] [log] [blame]
{
"name": "GHBigNum",
"version": "0.1.7",
"summary": "BigNum library (from OpenSSL)",
"homepage": "https://github.com/gabriel/GHBigNum",
"license": {
"type": "MIT"
},
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/GHBigNum.git",
"tag": "0.1.7"
},
"dependencies": {
"OpenSSL-Universal": [
"~> 1.0.1k"
]
},
"source_files": "GHBigNum/**/*.{c,h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}