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