[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / d / TesseractSDK / 0.1.1 / TesseractSDK.podspec.json
blob3a29ddab004cb0edc491420e0d1dd44c1c343b4b
2   "name": "TesseractSDK",
3   "version": "0.1.1",
4   "summary": "Tesseract DApp Platform SDK for iOS and OSX",
5   "description": "Tesseract DApp Platform SDK for iOS and OSX. Entry point for all APIs.",
6   "homepage": "https://github.com/tesseract-one/Tesseract.swift",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/Tesseract.swift.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/tesseract_one",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "module_name": "Tesseract",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/Tesseract/Core/**/*.swift",
28       "dependencies": {
29         "Tesseract.OpenWallet/Client": [
30           "~> 0.1"
31         ]
32       }
33     },
34     {
35       "name": "Ethereum.Core",
36       "source_files": "Sources/Tesseract/Ethereum/Core/**/*.swift",
37       "dependencies": {
38         "TesseractSDK/Core": [
40         ],
41         "Tesseract.OpenWallet/Ethereum": [
42           "~> 0.1"
43         ],
44         "Tesseract.EthereumTypes": [
45           "~> 0.1"
46         ]
47       }
48     },
49     {
50       "name": "Ethereum.Web3",
51       "source_files": "Sources/Tesseract/Ethereum/Web3.swift",
52       "dependencies": {
53         "TesseractSDK/Ethereum.Core": [
55         ],
56         "Tesseract.EthereumWeb3": [
57           "~> 0.1"
58         ]
59       }
60     },
61     {
62       "name": "Ethereum.Web3.PromiseKit",
63       "dependencies": {
64         "TesseractSDK/Ethereum.Web3": [
66         ],
67         "Tesseract.EthereumWeb3/PromiseKit": [
68           "~> 0.1"
69         ]
70       }
71     },
72     {
73       "name": "Ethereum",
74       "dependencies": {
75         "TesseractSDK/Ethereum.Web3": [
77         ]
78       }
79     },
80     {
81       "name": "Ethereum.PromiseKit",
82       "dependencies": {
83         "TesseractSDK/Ethereum.Web3.PromiseKit": [
85         ]
86       }
87     }
88   ]