blob: be833cd358069ff1cc1137f399e1bef649727df2 [file] [log] [blame]
{
"name": "AplhaVantageSwift",
"version": "0.1.0",
"summary": "Swift wrappers for the famous Alpha Vantage API",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_version": "4.1",
"description": "Here is a all in one swift wrapper for the famous trading api called Alpha Vantage",
"homepage": "https://github.com/pyza-labs/AlphaVantageSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sourav Chandra": "saurav.chandra1992@live.com"
},
"source": {
"git": "https://github.com/pyza-labs/AlphaVantageSwift.git",
"tag": "0.1.0"
},
"source_files": "AplhaVantageSwift/Classes/**/*"
}