[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / d / f / BCGenerator / 0.9.3 / BCGenerator.podspec.json
blobad602cdd38a637cf856c18f629984bd5d4ea4c9b
2   "name": "BCGenerator",
3   "version": "0.9.3",
4   "summary": "caobo's BCGenerator. A RIPEMD code. Copy from CoreBitcoin.",
5   "description": "It is a utils used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/caobo56/BCGenerator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caobo": "caobo56@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/caobo56/BCGenerator.git",
19     "tag": "0.9.3"
20   },
21   "source_files": [
22     "src",
23     "BCFunctionTest/BCGenerator/*.{h,m}"
24   ],
25   "dependencies": {
26     "CBSecp256k1": [
28     ],
29     "CBBase58": [
31     ]
32   }