blob: d55b14f6c69231f9103195fa73838d8aa06ca398 [file] [log] [blame]
{
"name": "SwiftYFinance",
"version": "0.1.2",
"summary": "Yahoo Finance library with the power of Swift",
"swift_versions": "5.0",
"description": "Provides methods for major Yahoo Finance APIs. Perfect if you need fast asynchronous stock data fetch library",
"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.2"
},
"platforms": {
"ios": "13.0"
},
"source_files": "SwiftYFinance/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"SwiftyJSON": [
"~> 4.0"
]
},
"swift_version": "5.0"
}