blob: 58f26d5d1f552b3b976e0e68935dfc50f167ca59 [file] [log] [blame]
{
"name": "TCMPTappy",
"version": "0.1.4",
"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.4"
},
"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}"
]
}