blob: 14f3653d7fe247e4632ae477c4bfdca8605c5639 [file] [log] [blame]
{
"name": "CryptoCompKit",
"version": "0.0.2",
"summary": "Client library for cryptocompare.com's API",
"homepage": "https://github.com/stevewight/CryptoCompKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steve Wight": "stevendouglaswight@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/stevewight/CryptoCompKit.git",
"tag": "0.0.2"
},
"source_files": "CryptoCompKit/**/*.{h,m,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4"
}
}