blob: e34a49b0e20dc56e4b8a7802d56f909f4b830581 [file] [log] [blame]
{
"name": "XMRMiner",
"version": "0.1.0",
"summary": "An embeddable Monero miner written in Swift.",
"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.",
"homepage": "https://github.com/TENDIGI/XMRMiner",
"screenshots": [
"https://github.com/TENDIGI/XMRMiner/raw/master/Assets/xmrminer.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nickplee": "nick@tendigi.com"
},
"source": {
"git": "https://github.com/TENDIGI/XMRMiner.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tendigi",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"source_files": [
"XMRMiner/Source/**/*.{h,swift,m,mm}",
"XMRMiner/Vendor/crypto/**/*.{c,cpp,s,S}",
"XMRMiner/Vendor/crypto/**/*.{h,hpp}"
],
"public_header_files": [
"XMRMiner/Source/**/*.h"
],
"private_header_files": [
"XMRMiner/Vendor/crypto/**/*.{h,hpp}"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6"
],
"ObjectMapper": [
"~> 3.0"
],
"NSData+FastHex": [
]
},
"pushed_with_swift_version": "4.0"
}