blob: 76b42b80e46dc254a014dd31616acb7155b610a2 [file] [log] [blame]
{
"name": "Bling",
"version": "1.0.2",
"summary": "Open Exchange Rates API wrapper written in Swift",
"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": "10.0"
},
"source": {
"git": "https://github.com/JanGorman/Bling.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Bling/*.swift"
]
}