blob: 2ec78c88713184ac5fb433f1ccf90310b419f179 [file] [log] [blame]
{
"name": "NdefLibrary",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": "NdefLibrary/Classes/**/*",
"swift_version": "4.2"
}