blob: ca0e6bcb7d8ed61b55f3f408f4d3b7540589dca9 [file] [log] [blame]
{
"name": "SITHSManager",
"version": "1.2.1",
"summary": "SITHS Smart Card manager module.",
"description": "iOS helper classes used for reading and parsing the basic contents of Swedish SITHS identification smart cards with a Precise Biometrics card reader.",
"homepage": "https://github.com/appcorn/SITHSManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Martin Alleus": "martin@appcorn.se"
},
"source": {
"git": "https://github.com/appcorn/SITHSManager.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SITHSManager/Classes/**/*",
"Precise/include/*.h",
"Precise/lib/*"
],
"vendored_frameworks": "Precise.framework",
"frameworks": "AudioToolbox"
}