[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 7 / Cryptex / 0.0.2 / Cryptex.podspec.json
blob98f6888cceacb316bbc5e63c3dfb48b260e48180
2   "name": "Cryptex",
3   "version": "0.0.2",
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.2"
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       }
59     },
60     {
61       "name": "Common",
62       "source_files": "Common/**/*.swift"
63     },
64     {
65       "name": "CoinMarketCap",
66       "source_files": "CoinMarketCap/**/*.swift",
67       "dependencies": {
68         "Cryptex/Common": [
70         ]
71       }
72     },
73     {
74       "name": "Gemini",
75       "source_files": "Gemini/**/*.swift",
76       "dependencies": {
77         "Cryptex/Common": [
79         ]
80       }
81     },
82     {
83       "name": "GDAX",
84       "source_files": "GDAX/**/*.swift",
85       "dependencies": {
86         "Cryptex/Common": [
88         ]
89       }
90     },
91     {
92       "name": "Poloniex",
93       "source_files": "Poloniex/**/*.swift",
94       "dependencies": {
95         "Cryptex/Common": [
97         ]
98       }
99     },
100     {
101       "name": "Binance",
102       "source_files": "Binance/**/*.swift",
103       "dependencies": {
104         "Cryptex/Common": [
106         ]
107       }
108     },
109     {
110       "name": "Koinex",
111       "source_files": "Koinex/**/*.swift",
112       "dependencies": {
113         "Cryptex/Common": [
115         ]
116       }
117     },
118     {
119       "name": "Cryptopia",
120       "source_files": "Cryptopia/**/*.swift",
121       "dependencies": {
122         "Cryptex/Common": [
124         ]
125       }
126     },
127     {
128       "name": "BitGrail",
129       "source_files": "BitGrail/**/*.swift",
130       "dependencies": {
131         "Cryptex/Common": [
133         ]
134       }
135     },
136     {
137       "name": "CoinExchange",
138       "source_files": "CoinExchange/**/*.swift",
139       "dependencies": {
140         "Cryptex/Common": [
142         ]
143       }
144     }
145   ]