blob: e52a74c1027e7550b06279a5f3014bce7ac964a5 [file] [log] [blame]
{
"name": "SKWorldCurrencies",
"version": "1.0.0",
"summary": "Aan enum with all the world currencies, their ISO 4217 code and symbol.",
"homepage": "http://theinkedengineer.com",
"license": "MIT",
"authors": {
"Firas Safa": "firas@theinkedengineer.com"
},
"source": {
"git": "https://github.com/TheInkedEngineer/SKWorldCurrencies.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": [
"SKWorldCurrencies/*.swift",
"SKWorldCurrencies/Resources/SKWorldCurrencies.h"
]
},
"swift_version": "5.0"
}