[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 5 / b / bitcode / 0.0.6 / bitcode.podspec.json
blobb7a84268c0e8f1c127343334dbe7bb970657e6bf
2   "name": "bitcode",
3   "version": "0.0.6",
4   "summary": "bitcode是一个很简单的比特币钱包模块.",
5   "description": "bitcode是一个很简单的比特币钱包模块,我们可以使用它来开发比特币.",
6   "homepage": "https://github.com/CheckNill/bitcode",
7   "license": {
8     "type": "LICENSE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CheckNill": "958865443@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/CheckNill/bitcode.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "bitcode/*",
22   "exclude_files": "Classes/Resouces/Sound/*",
23   "public_header_files": "bitcode/*.h",
24   "libraries": [
25     "ssl",
26     "crypto"
27   ],
28   "dependencies": {
29     "CocoaLumberjack": [
30       "~> 1.9"
31     ],
32     "FMDB": [
34     ],
35     "KKOpenSSL": [
36       "~> 0.0.5"
37     ],
38     "SSModel": [
40     ],
41     "KSCrash": [
42       "~> 0.0.3"
43     ],
44     "MKNetworkKit": [
45       "~> 0.87"
46     ],
47     "AFNetworking": [
49     ],
50     "RegexKitLite": [
51       "~> 4.0"
52     ],
53     "SimpleKeychain": [
55     ],
56     "FXBlurView": [
58     ]
59   }