[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 7 / 0 / GHBigNum / 0.1.4 / GHBigNum.podspec.json
blob46268ae68966cba0b8e86d1d4443ff5393f35f81
2   "name": "GHBigNum",
3   "version": "0.1.4",
4   "summary": "BigNum library (from OpenSSL)",
5   "homepage": "https://github.com/gabriel/GHBigNum",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Gabriel Handford": "gabrielh@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/gabriel/GHBigNum.git",
14     "tag": "0.1.4"
15   },
16   "dependencies": {
17     "OpenSSL-gabriel": [
18       "~> 1.0.1.j-2"
19     ]
20   },
21   "source_files": "GHBigNum/**/*.{c,h,m}",
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.9"
26   }