blob: 0bc2e76707ab2062838cb9fcfac73b7d7ab3cd33 [file] [log] [blame]
{
"name": "FitpaySDK",
"requires_arc": true,
"version": "0.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": "v0.5.1"
},
"dependencies": {
"Alamofire": [
"~> 4.1"
],
"ObjectMapper": [
"~> 3.1"
],
"AlamofireObjectMapper": [
"~> 5.0"
],
"JWTDecode": [
"~> 2.1"
],
"RxSwift": [
"~> 4.1"
]
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "{FitpaySDK}/**/*.{h,m,swift}"
}