blob: 776b6433c2ccc1ceb9a37cb210e8a0b51b729363 [file] [log] [blame]
{
"name": "Bling",
"version": "2.0.0",
"summary": "Open Exchange Rates API wrapper written in Swift",
"swift_versions": "5.1",
"description": "Access the Open Exchange Rates API in Swift. Provides easy access to all API calles listed in https://docs.openexchangerates.org",
"homepage": "https://github.com/JanGorman/Bling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jan Gorman": "gorman.jan@gmail.com"
},
"social_media_url": "http://twitter.com/JanGorman",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/JanGorman/Bling.git",
"tag": "2.0.0"
},
"source_files": [
"Classes",
"Bling/*.swift"
],
"swift_version": "5.1"
}