[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / c / 7 / XMRMiner / 0.1.0 / XMRMiner.podspec.json
blobe34a49b0e20dc56e4b8a7802d56f909f4b830581
2   "name": "XMRMiner",
3   "version": "0.1.0",
4   "summary": "An embeddable Monero miner written in Swift.",
5   "description": "XMRMiner is an embeddable Monero miner written in Swift. It can be used to repurpose old iPhones/iPads, or as an alternative to in-app ads as a means for generating revenue. Use it responsibly.",
6   "homepage": "https://github.com/TENDIGI/XMRMiner",
7   "screenshots": [
8     "https://github.com/TENDIGI/XMRMiner/raw/master/Assets/xmrminer.gif"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "nickplee": "nick@tendigi.com"
16   },
17   "source": {
18     "git": "https://github.com/TENDIGI/XMRMiner.git",
19     "tag": "0.1.0"
20   },
21   "social_media_url": "https://twitter.com/tendigi",
22   "platforms": {
23     "ios": "10.0",
24     "osx": "10.12"
25   },
26   "source_files": [
27     "XMRMiner/Source/**/*.{h,swift,m,mm}",
28     "XMRMiner/Vendor/crypto/**/*.{c,cpp,s,S}",
29     "XMRMiner/Vendor/crypto/**/*.{h,hpp}"
30   ],
31   "public_header_files": [
32     "XMRMiner/Source/**/*.h"
33   ],
34   "private_header_files": [
35     "XMRMiner/Vendor/crypto/**/*.{h,hpp}"
36   ],
37   "dependencies": {
38     "CocoaAsyncSocket": [
39       "~> 7.6"
40     ],
41     "ObjectMapper": [
42       "~> 3.0"
43     ],
44     "NSData+FastHex": [
46     ]
47   },
48   "pushed_with_swift_version": "4.0"