blob: 94a20048915ae217b1b4ce96642bd298643e377d [file] [log] [blame]
{
"name": "wpcurrencyconverterv2",
"version": "0.0.2",
"summary": "A short description of wpcurrencyconverter.",
"description": "Currency Convertor",
"homepage": "https://gitlab.com/ganeshfaterpekar",
"license": "MIT",
"authors": {
"Ganesh Faterpekar": "ganeshfaterpekar@gmail.com"
},
"platforms": {
"ios": "14.0"
},
"source": {
"git": "https://gitlab.com/ganeshfaterpekar/currencyconverter.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"CurrencyConverter/**/*.{h,m,swift}"
],
"exclude_files": [
"CurrencyConverter/CurrencyConverterTests",
"CurrencyConverter/CurrencyConverterUITests"
]
}