blob: b45c4330b921224318124058e5d8c0f7e316581e [file] [log] [blame]
{
"name": "FitpaySDK",
"requires_arc": true,
"version": "0.4.25",
"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": "v0.4.25"
},
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"ObjectMapper": [
"~> 3.1"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"JWTDecode": [
"2.0.0"
],
"KeychainAccess": [
"3.1"
],
"RxSwift": [
"~> 4.1"
]
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "{FitpaySDK,Common}/**/*.swift"
}