[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 7 / Cryptex / 0.0.3 / Cryptex.podspec.json
blob94d1546d2771c4a3dd4663600de1ed905e698ba0
2   "name": "Cryptex",
3   "version": "0.0.3",
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.3"
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   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "All",
30       "dependencies": {
31         "Cryptex/CoinMarketCap": [
33         ],
34         "Cryptex/Gemini": [
36         ],
37         "Cryptex/GDAX": [
39         ],
40         "Cryptex/Poloniex": [
42         ],
43         "Cryptex/Binance": [
45         ],
46         "Cryptex/Koinex": [
48         ],
49         "Cryptex/Cryptopia": [
51         ],
52         "Cryptex/BitGrail": [
54         ],
55         "Cryptex/CoinExchange": [
57         ],
58         "Cryptex/Bitfinex": [
60         ],
61         "Cryptex/Kraken": [
63         ]
64       }
65     },
66     {
67       "name": "Common",
68       "source_files": "Common/**/*.swift"
69     },
70     {
71       "name": "CoinMarketCap",
72       "source_files": "CoinMarketCap/**/*.swift",
73       "dependencies": {
74         "Cryptex/Common": [
76         ]
77       }
78     },
79     {
80       "name": "Gemini",
81       "source_files": "Gemini/**/*.swift",
82       "dependencies": {
83         "Cryptex/Common": [
85         ]
86       }
87     },
88     {
89       "name": "GDAX",
90       "source_files": "GDAX/**/*.swift",
91       "dependencies": {
92         "Cryptex/Common": [
94         ]
95       }
96     },
97     {
98       "name": "Poloniex",
99       "source_files": "Poloniex/**/*.swift",
100       "dependencies": {
101         "Cryptex/Common": [
103         ]
104       }
105     },
106     {
107       "name": "Binance",
108       "source_files": "Binance/**/*.swift",
109       "dependencies": {
110         "Cryptex/Common": [
112         ]
113       }
114     },
115     {
116       "name": "Koinex",
117       "source_files": "Koinex/**/*.swift",
118       "dependencies": {
119         "Cryptex/Common": [
121         ]
122       }
123     },
124     {
125       "name": "Cryptopia",
126       "source_files": "Cryptopia/**/*.swift",
127       "dependencies": {
128         "Cryptex/Common": [
130         ]
131       }
132     },
133     {
134       "name": "BitGrail",
135       "source_files": "BitGrail/**/*.swift",
136       "dependencies": {
137         "Cryptex/Common": [
139         ]
140       }
141     },
142     {
143       "name": "CoinExchange",
144       "source_files": "CoinExchange/**/*.swift",
145       "dependencies": {
146         "Cryptex/Common": [
148         ]
149       }
150     },
151     {
152       "name": "Bitfinex",
153       "source_files": "Bitfinex/**/*.swift",
154       "dependencies": {
155         "Cryptex/Common": [
157         ]
158       }
159     },
160     {
161       "name": "Kraken",
162       "source_files": "Kraken/**/*.swift",
163       "dependencies": {
164         "Cryptex/Common": [
166         ]
167       }
168     }
169   ]