blob: a717c0c3164fd1b0b6ed8b23f4bbcdc8d84d79ff [file] [log] [blame]
{
"name": "FitpaySDK",
"requires_arc": true,
"version": "1.5.1",
"license": "MIT",
"summary": "Swift based library for the Fitpay Platform",
"homepage": "https://github.com/fitpay/fitpay-ios-sdk",
"authors": {
"Fit Pay, Inc": "sdk@fit-pay.com"
},
"source": {
"git": "https://github.com/fitpay/fitpay-ios-sdk.git",
"tag": "v1.5.1"
},
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"RxSwift": [
"~> 4.1"
]
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "{FitpaySDK}/**/*.{h,m,swift}"
}