blob: c5066f848838eddac66efb7dcfa59733443c34f3 [file] [log] [blame]
{
"name": "GHBigNum",
"version": "0.1.3",
"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.3"
},
"dependencies": {
"OpenSSL-gabriel": [
"~> 1.0.1.j-2"
]
},
"source_files": "GHBigNum/**/*.{c,h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}