blob: ed08fceb8c07a4e724a9ae94844f501b7dff1907 [file] [log] [blame]
{
"name": "SITHSManager",
"version": "0.1.4",
"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": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SITHSManager/Classes/**/*",
"Precise/include/*.h",
"Precise/lib/*"
],
"vendored_frameworks": "Precise.framework",
"frameworks": "AudioToolbox",
"pushed_with_swift_version": "2.3"
}