blob: 3645815a261cb61d2b2d83e42ec2848c157b41a4 [file] [log] [blame]
{
"name": "ZakatCalculator",
"version": "0.1.0",
"summary": "A view to help calculate zakat in your application.",
"description": "TODO: Islamic apps can use this library to setup a basic zakat calculator.",
"homepage": "https://github.com/Abdul-Hannan/ZakatCalculator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdul-Hannan": "ahannan.cis@gmail.com"
},
"source": {
"git": "https://github.com/Abdul-Hannan/ZakatCalculator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "ZakatCalculator/Classes/**/*",
"frameworks": "UIKit"
}