blob: 047efd1dfdd06bb763c64cfdec6f9a419f4b4aa1 [file] [log] [blame]
{
"name": "NomicsSDK",
"version": "1.0",
"summary": "Swift SDK for the Nomics.com API",
"description": "NomicsSDK makes it easy to pull crypto market data from the Nomics.com API. \nThe SDK is lightweight to ensure you don't need to include a lot of dependencies for your crypto projects.",
"homepage": "https://github.com/ndizazzo/nomics-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick DiZazzo": "nick.dizazzo@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/ndizazzo/nomics-swift-sdk.git",
"tag": "1.0"
},
"source_files": "NomicsSDK/Sources/**/*.swift",
"frameworks": "Foundation"
}