blob: 81f199f5c5508521d86762e1e697dfa5404baf8d [file] [log] [blame]
{
"name": "NdefLibrary",
"version": "0.0.0.1",
"summary": "Parse and compose NDEF messages on iOS without CoreNFC.",
"description": "This library is intended for use in applications that use external NFC readers (such as TapTrack Tappy \nreaders) from which NDEF messages must be validated, parsed, and composed.",
"homepage": "https://github.com/TapTrack/NdefLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alice-cai": "info@taptrack.com"
},
"source": {
"git": "https://github.com/TapTrack/NdefLibrary.git",
"tag": "0.0.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "NdefLibrary/Classes/**/*",
"swift_version": "4.2"
}