blob: 01b06a4b4fbed1ab5516af77a7f3cc3abf79c5b9 [file] [log] [blame]
{
"name": "SwiftYFinance",
"version": "0.1.1",
"summary": "Yahoo Finance library with the power of Swift",
"swift_versions": "5.0",
"description": "Provides methods to main Yahoo Finance APIs. Perfect if you need fast asynchronous stock data retrieve",
"homepage": "https://github.com/AlexRoar/SwiftYFinance",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlexRoar": "dremov.me@gmail.com"
},
"source": {
"git": "https://github.com/AlexRoar/SwiftYFinance.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "SwiftYFinance/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"SwiftyJSON": [
"~> 4.0"
]
},
"swift_version": "5.0"
}