blob: 583312037913862bd2f91d992430beb1b86d7fa2 [file] [log] [blame]
{
"name": "NfcLib",
"version": "0.0.5",
"summary": "An easy to use Nfc library for iOS",
"description": "A helper Nfc library that reads NDEF messages and contents from Tags",
"homepage": "http://google.com",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Petros Maliotis": "maliotis12@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/Maliotis/NfcLib-iOS.git",
"tag": "0.0.5"
},
"source_files": [
"NfcLib/*.h",
"NfcLib/*/*.swift",
"NfcLib/*.swift"
],
"swift_versions": "5",
"swift_version": "5"
}