blob: f2b51dd6f03d8c990ee201431c34a7668c844e1b [file] [log] [blame]
{
"name": "WPCurrencyConverterNew",
"version": "0.0.7",
"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.7"
},
"source_files": [
"Classes",
"CurrencyConverter/**/*.{h,m,swift}"
],
"exclude_files": [
"CurrencyConverter/CurrencyConverterTests",
"CurrencyConverter/CurrencyConverterUITests"
]
}