blob: 80d330c181d80a472d67d60dbac9a9f0873c6003 [file] [log] [blame]
{
"name": "GHBigNum",
"version": "0.1.5",
"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.5"
},
"dependencies": {
"OpenSSL-Universal": [
"~> 1.0.1k"
]
},
"source_files": "GHBigNum/**/*.{c,h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
}
}