blob: 5b03aa8e4f45953559569ad46899bb4bb0af075f [file] [log] [blame]
{
"name": "BittrexApiKit",
"version": "0.1.0",
"summary": "Swift wrapper for Bittrex exchange API",
"homepage": "https://github.com/saeid/BittrexApiKit",
"license": "MIT",
"authors": {
"Saeid Basirnia": "saeid.basirnia@gmail.com"
},
"source": {
"git": "https://github.com/saeid/BittrexApiKit.git",
"tag": "0.1.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "BittrexApiKit/**/*",
"frameworks": [
"UIKit",
"Crypto",
"CommonCrypto",
"Foundation"
],
"vendored_frameworks": [
"CommonCrypto.framework",
"Crypto.framework"
],
"pushed_with_swift_version": "4.0"
}