blob: 48f1f45e8785424f4588d8362137a2147efbc8e2 [file] [log] [blame]
{
"name": "CryptoCompareKit",
"version": "2.0.3",
"summary": "A CryptoCompare API client written in Swift.",
"description": "CryptoCompareKit is a wrapper for the CryptoCompare API written in swift.",
"homepage": "https://github.com/sger/CryptoCompareKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Spiros Gerokostas": "spiros.gerokostas@gmail.com"
},
"social_media_url": "http://twitter.com/sger",
"source": {
"git": "https://github.com/sger/CryptoCompareKit.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Source/*.swift",
"Source/Endpoints/*.swift",
"Source/Extensions/*.swift",
"Source/Models/*.swift"
],
"swift_versions": "5",
"swift_version": "5"
}