blob: 0479015774127fe95af2cf6bf640d9d6dd2a7504 [file] [log] [blame]
{
"name": "NFCReader",
"version": "0.1.3",
"summary": "Simple NFC reader library.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/toka88/NFCReader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Goran Tokovic": "tokan988@gmail.com"
},
"source": {
"git": "https://github.com/toka88/NFCReader.git",
"tag": "0.1.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "NFCReader/Classes/**/*",
"ios": {
"frameworks": "CoreNFC"
},
"swift_version": "5.0"
}