blob: e22ae88acdb22e2732e08c2741b8b4032bc1846a [file] [log] [blame]
{
"name": "TCMPTappy",
"version": "0.1.5",
"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"
},
"source": {
"git": "https://github.com/TapTrack/TCMPTappy-iOS.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"TCMP/*.{swift,m,h}",
"TappyBLE/*.{swift,m,h}",
"TappyReader/*.{swift,m,h}",
"TCMP/BasicNFC-CommandFamily/*.{swift,m,h}",
"TCMP/BasicNFC-CommandFamily/commands/*.{swift,m,h}",
"TCMP/BasicNFC-CommandFamily/responses/*.{swift,m,h}"
]
}