[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 6 / FitpaySDK / 1.0.0 / FitpaySDK.podspec.json
blob7e1ecfca9d9ac6b6d124c56fca318c1fe6c82fb9
2   "name": "FitpaySDK",
3   "requires_arc": true,
4   "version": "1.0.0",
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": "v1.0.0"
14   },
15   "dependencies": {
16     "Alamofire": [
17       "~> 4.1"
18     ],
19     "JWTDecode": [
20       "~> 2.1"
21     ],
22     "RxSwift": [
23       "~> 4.1"
24     ]
25   },
26   "platforms": {
27     "ios": "10.0"
28   },
29   "swift_version": "4.1",
30   "source_files": "{FitpaySDK}/**/*.{h,m,swift}"