[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 7 / Cryptex / 0.0.6 / Cryptex.podspec.json
blob5eac8d46921d106b11d38c3f1846ec5711efede8
2   "name": "Cryptex",
3   "version": "0.0.6",
4   "summary": "Cryptocurrency Exchange API Clients in Swift.",
5   "description": "Multiple crypto currency exchange api clients in swift.\nThis version has been modified by Mathias Klenk.",
6   "homepage": "https://github.com/trsathya/cryptex",
7   "license": "MIT",
8   "authors": [
9     "Sathyakumar Rajaraman",
10     "Mathias Klenk",
11     "Rob Saunders"
12   ],
13   "source": {
14     "git": "https://github.com/trsathya/cryptex.git",
15     "tag": "0.0.6"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9",
20     "watchos": "2.0",
21     "tvos": "9.0"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "CryptoSwift": [
27     ]
28   },
29   "default_subspecs": "All",
30   "subspecs": [
31     {
32       "name": "All",
33       "dependencies": {
34         "Cryptex/CoinMarketCap": [
36         ],
37         "Cryptex/Gemini": [
39         ],
40         "Cryptex/GDAX": [
42         ],
43         "Cryptex/Poloniex": [
45         ],
46         "Cryptex/Binance": [
48         ],
49         "Cryptex/Koinex": [
51         ],
52         "Cryptex/Cryptopia": [
54         ],
55         "Cryptex/BitGrail": [
57         ],
58         "Cryptex/CoinExchange": [
60         ],
61         "Cryptex/Bitfinex": [
63         ],
64         "Cryptex/Kraken": [
66         ]
67       }
68     },
69     {
70       "name": "Common",
71       "source_files": "Sources/Common/**/*.swift"
72     },
73     {
74       "name": "CoinMarketCap",
75       "source_files": "Sources/CoinMarketCap.swift",
76       "dependencies": {
77         "Cryptex/Common": [
79         ]
80       }
81     },
82     {
83       "name": "Gemini",
84       "source_files": "Sources/Gemini.swift",
85       "dependencies": {
86         "Cryptex/Common": [
88         ]
89       }
90     },
91     {
92       "name": "GDAX",
93       "source_files": "Sources/GDAX.swift",
94       "dependencies": {
95         "Cryptex/Common": [
97         ]
98       }
99     },
100     {
101       "name": "Poloniex",
102       "source_files": "Sources/Poloniex.swift",
103       "dependencies": {
104         "Cryptex/Common": [
106         ]
107       }
108     },
109     {
110       "name": "Binance",
111       "source_files": "Sources/Binance.swift",
112       "dependencies": {
113         "Cryptex/Common": [
115         ]
116       }
117     },
118     {
119       "name": "Koinex",
120       "source_files": "Sources/Koinex.swift",
121       "dependencies": {
122         "Cryptex/Common": [
124         ]
125       }
126     },
127     {
128       "name": "Cryptopia",
129       "source_files": "Sources/Cryptopia.swift",
130       "dependencies": {
131         "Cryptex/Common": [
133         ]
134       }
135     },
136     {
137       "name": "BitGrail",
138       "source_files": "Sources/BitGrail.swift",
139       "dependencies": {
140         "Cryptex/Common": [
142         ]
143       }
144     },
145     {
146       "name": "CoinExchange",
147       "source_files": "Sources/CoinExchange.swift",
148       "dependencies": {
149         "Cryptex/Common": [
151         ]
152       }
153     },
154     {
155       "name": "Bitfinex",
156       "source_files": "Sources/Bitfinex.swift",
157       "dependencies": {
158         "Cryptex/Common": [
160         ]
161       }
162     },
163     {
164       "name": "Kraken",
165       "source_files": "Sources/Kraken.swift",
166       "dependencies": {
167         "Cryptex/Common": [
169         ]
170       }
171     }
172   ]