[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 7 / 2 / looisweb3swift / 1.0.0 / looisweb3swift.podspec.json
blob496549d5232d8e83086cd146d815fd121e24672e
2   "name": "looisweb3swift",
3   "version": "1.0.0",
4   "summary": "Web3 implementation in vanilla Swift for iOS ans macOS",
5   "description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, Dapps and Web3.0",
6   "homepage": "https://github.com/LOOIS-IO/web3swift",
7   "license": "Apache License 2.0",
8   "authors": {
9     "D.h": "849565897@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LOOIS-IO/web3swift.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "looisweb3swift",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11"
21   },
22   "source_files": "web3swift/**/*.{h,swift}",
23   "public_header_files": "web3swift/**/*.{h}",
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   },
27   "frameworks": "CoreImage",
28   "dependencies": {
29     "BigInt": [
30       "~> 3.1.0"
31     ],
32     "Result": [
33       "~> 3.0.0"
34     ],
35     "CryptoSwift": [
36       "~> 0.10.0"
37     ],
38     "libsodium": [
39       "~> 1.0.12"
40     ],
41     "secp256k1_ios": [
42       "~> 0.1.3"
43     ],
44     "PromiseKit": [
45       "~> 6.3.0"
46     ]
47   },
48   "deprecated": true