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