[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 6 / FitpaySDK / 0.5.1 / FitpaySDK.podspec.json
blob0bc2e76707ab2062838cb9fcfac73b7d7ab3cd33
2   "name": "FitpaySDK",
3   "requires_arc": true,
4   "version": "0.5.1",
5   "license": "MIT",
6   "summary": "Swift based library for the Fitpay Platform",
7   "homepage": "https://github.com/fitpay/fitpay-ios-sdk",
8   "authors": {
9     "Fit Pay, Inc": "sdk@fit-pay.com"
10   },
11   "source": {
12     "git": "https://github.com/fitpay/fitpay-ios-sdk.git",
13     "tag": "v0.5.1"
14   },
15   "dependencies": {
16     "Alamofire": [
17       "~> 4.1"
18     ],
19     "ObjectMapper": [
20       "~> 3.1"
21     ],
22     "AlamofireObjectMapper": [
23       "~> 5.0"
24     ],
25     "JWTDecode": [
26       "~> 2.1"
27     ],
28     "RxSwift": [
29       "~> 4.1"
30     ]
31   },
32   "platforms": {
33     "ios": "9.0"
34   },
35   "swift_version": "4.1",
36   "source_files": "{FitpaySDK}/**/*.{h,m,swift}"