blob: bbe2dd3e912f29dba9d4e2e02defddcc6c4ea89f [file] [log] [blame]
{
"name": "ADISuperMemo2",
"version": "0.1.0",
"summary": "Basic implementation of the SuperMemo2 algorithm",
"description": "Form more information on the Super Memo 2 algoritm visit https://www.supermemo.com/english/ol/sm2.htm.\nImplementation tries to mimic the AnkiDroid app.",
"homepage": "https://github.com/adi2004/super-memo2-pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Florescu": "florescu.adrian@gmail.com"
},
"source": {
"git": "https://github.com/adi2004/super-memo2-pod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/**/*",
"pushed_with_swift_version": "3.0"
}