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