| { |
| "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" |
| ] |
| } |