[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / 7 / Cryptex / 0.0.1 / Cryptex.podspec.json
blobd10678ca05ec026ca6172eb47904a0b461645c93
2   "name": "Cryptex",
3   "version": "0.0.1",
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.1"
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/Gemini": [
33         ],
34         "Cryptex/GDAX": [
36         ],
37         "Cryptex/Poloniex": [
39         ],
40         "Cryptex/Binance": [
42         ],
43         "Cryptex/Koinex": [
45         ]
46       }
47     },
48     {
49       "name": "Common",
50       "source_files": "Common/**/*.swift"
51     },
52     {
53       "name": "Gemini",
54       "source_files": "Gemini/**/*.swift",
55       "dependencies": {
56         "Cryptex/Common": [
58         ]
59       }
60     },
61     {
62       "name": "GDAX",
63       "source_files": "GDAX/**/*.swift",
64       "dependencies": {
65         "Cryptex/Common": [
67         ]
68       }
69     },
70     {
71       "name": "Poloniex",
72       "source_files": "Poloniex/**/*.swift",
73       "dependencies": {
74         "Cryptex/Common": [
76         ]
77       }
78     },
79     {
80       "name": "Binance",
81       "source_files": "Binance/**/*.swift",
82       "dependencies": {
83         "Cryptex/Common": [
85         ]
86       }
87     },
88     {
89       "name": "Koinex",
90       "source_files": "Koinex/**/*.swift",
91       "dependencies": {
92         "Cryptex/Common": [
94         ]
95       }
96     }
97   ]