[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / d / 8 / 5 / CruxPay / 0.0.2 / CruxPay.podspec.json
blob7b313757520339a207d812e4487d3bd5e37fe890
2   "name": "CruxPay",
3   "version": "0.0.2",
4   "summary": "CruxPay iOS SDK",
5   "description": "CruxPay is a protocol which aims to link any blockchain address to a human-readable name, and let users interact with each other and dApps with ease.",
6   "homepage": "https://github.com/cruxprotocol/ios-sdk",
7   "license": {
8     "type": "GPL-3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CoinSwitch": "dev@coinswitch.co"
13   },
14   "source": {
15     "git": "https://github.com/cruxprotocol/ios-sdk.git",
16     "tag": "0.0.2"
17   },
18   "social_media_url": "https://twitter.com/cruxpay",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "CruxPay/Classes/**/*",
23   "resource_bundles": {
24     "CruxPay": [
25       "CruxPay/Assets/*.js"
26     ]
27   },
28   "dependencies": {
29     "CryptoSwift": [
30       "0.15.0"
31     ]
32   }