blob: 522f0124e60915d1551c4ed649a50ac31de4b84d [file] [log] [blame]
{
"name": "FitpaySDK",
"requires_arc": true,
"version": "1.5.0",
"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.0"
},
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"RxSwift": [
"~> 4.1"
]
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "{FitpaySDK}/**/*.{h,m,swift}"
}