[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / 7 / Cryptex / 0.0.5 / Cryptex.podspec.json
blob0ed10589fe0e267170b99d7689d3021985ac0af6
2   "name": "Cryptex",
3   "version": "0.0.5",
4   "summary": "Cryptocurrency Exchange API Clients in Swift.",
5   "description": "Multiple crypto currency exchange api clients in swift.",
6   "homepage": "https://github.com/trsathya/cryptex",
7   "license": "MIT",
8   "authors": "Sathyakumar Rajaraman",
9   "source": {
10     "git": "https://github.com/trsathya/cryptex.git",
11     "tag": "0.0.5"
12   },
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.9",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "CryptoSwift": [
23     ]
24   },
25   "default_subspecs": "All",
26   "subspecs": [
27     {
28       "name": "All",
29       "dependencies": {
30         "Cryptex/CoinMarketCap": [
32         ],
33         "Cryptex/Gemini": [
35         ],
36         "Cryptex/GDAX": [
38         ],
39         "Cryptex/Poloniex": [
41         ],
42         "Cryptex/Binance": [
44         ],
45         "Cryptex/Koinex": [
47         ],
48         "Cryptex/Cryptopia": [
50         ],
51         "Cryptex/BitGrail": [
53         ],
54         "Cryptex/CoinExchange": [
56         ],
57         "Cryptex/Bitfinex": [
59         ],
60         "Cryptex/Kraken": [
62         ]
63       }
64     },
65     {
66       "name": "Common",
67       "source_files": "Sources/Common/**/*.swift"
68     },
69     {
70       "name": "CoinMarketCap",
71       "source_files": "Sources/CoinMarketCap.swift",
72       "dependencies": {
73         "Cryptex/Common": [
75         ]
76       }
77     },
78     {
79       "name": "Gemini",
80       "source_files": "Sources/Gemini.swift",
81       "dependencies": {
82         "Cryptex/Common": [
84         ]
85       }
86     },
87     {
88       "name": "GDAX",
89       "source_files": "Sources/GDAX.swift",
90       "dependencies": {
91         "Cryptex/Common": [
93         ]
94       }
95     },
96     {
97       "name": "Poloniex",
98       "source_files": "Sources/Poloniex.swift",
99       "dependencies": {
100         "Cryptex/Common": [
102         ]
103       }
104     },
105     {
106       "name": "Binance",
107       "source_files": "Sources/Binance.swift",
108       "dependencies": {
109         "Cryptex/Common": [
111         ]
112       }
113     },
114     {
115       "name": "Koinex",
116       "source_files": "Sources/Koinex.swift",
117       "dependencies": {
118         "Cryptex/Common": [
120         ]
121       }
122     },
123     {
124       "name": "Cryptopia",
125       "source_files": "Sources/Cryptopia.swift",
126       "dependencies": {
127         "Cryptex/Common": [
129         ]
130       }
131     },
132     {
133       "name": "BitGrail",
134       "source_files": "Sources/BitGrail.swift",
135       "dependencies": {
136         "Cryptex/Common": [
138         ]
139       }
140     },
141     {
142       "name": "CoinExchange",
143       "source_files": "Sources/CoinExchange.swift",
144       "dependencies": {
145         "Cryptex/Common": [
147         ]
148       }
149     },
150     {
151       "name": "Bitfinex",
152       "source_files": "Sources/Bitfinex.swift",
153       "dependencies": {
154         "Cryptex/Common": [
156         ]
157       }
158     },
159     {
160       "name": "Kraken",
161       "source_files": "Sources/Kraken.swift",
162       "dependencies": {
163         "Cryptex/Common": [
165         ]
166       }
167     }
168   ]