[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 0 / 5 / b / bitcode / 0.0.3 / bitcode.podspec.json
blobbd9699ed6edb9193ab038cad804af1e335f4ec6b
2   "name": "bitcode",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": "include-ios/openssl/*",
22   "exclude_files": "Classes/Exclude",
23   "ios": {
24     "preserve_paths": [
25       "lib-ios/libcrypto.a",
26       "lib-ios/libssl.a"
27     ],
28     "vendored_libraries": [
29       "lib-ios/libcrypto.a",
30       "lib-ios/libssl.a"
31     ]
32   },
33   "libraries": [
34     "ssl",
35     "crypto"
36   ],
37   "dependencies": {
38     "CocoaLumberjack": [
39       "~> 1.9"
40     ],
41     "FMDB": [
43     ],
44     "SSModel": [
46     ],
47     "KSCrash": [
48       "~> 0.0.3"
49     ],
50     "MKNetworkKit": [
51       "~> 0.87"
52     ],
53     "AFNetworking": [
55     ],
56     "RegexKitLite": [
57       "~> 4.0"
58     ],
59     "SimpleKeychain": [
61     ],
62     "FXBlurView": [
64     ]
65   }