[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / d / f / BCGenerator / 0.9.1 / BCGenerator.podspec.json
blob1c9deeffd7d8ef34e860d93dc21b185980656965
2   "name": "BCGenerator",
3   "version": "0.9.1",
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.1"
20   },
21   "source_files": [
22     "src",
23     "BCFunctionTest/BCGenerator/*.{h,m}"
24   ],
25   "dependencies": {
26     "CBSecp256k1": [
28     ],
29     "CBBase58": [
31     ]
32   }