blob: 8ee434e119afe7c319f2eff5c55322d4ab03afbb [file] [log] [blame]
{
"name": "TCMPTappy",
"version": "1.0.0",
"summary": "SDK for using TapTrack Tappy NFC Readers such as the TappyBLE.",
"description": "Integrate the TapTrack external NFC readers into your own native iOS application. Currently supports TappyBLE readers for iPhones and iPads.",
"homepage": "https://github.com/TapTrack/TCMPTappy-iOS",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"David Shalaby": "info@taptrack.com",
"Alice Cai": "info@taptrack.com"
},
"source": {
"git": "https://github.com/TapTrack/TCMPTappy-iOS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "4.2",
"source_files": [
"TCMP/**/*.{swift,m,h}",
"TappyBLE/**/*.{swift,m,h}",
"TappyReader/**/*.{swift,m,h}"
],
"swift_version": "4.2"
}