blob: dde8179de934c6298aacfe9860546f5486f7aba8 [file] [log] [blame]
{
"name": "SimplePingSwift",
"version": "0.1.0",
"summary": "SimplePingSwift is a wrapper for Apple's SimplePing",
"description": "SimplePingSwift is a wrapper for Apple's SimplePing written in Swift",
"homepage": "https://weist.it",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinzenz Weist": "vinz1911@me.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Vinz1911/SimplePingSwift.git",
"tag": "0.1.0"
},
"source_files": [
"SimplePingSwift",
"SimplePingSwift/**/*.{h,m,swift}"
],
"swift_version": "4.0"
}