[Add] AWSTranscribeStreaming 2.38.0
[CocoaPods.git] / Specs / 1 / d / 6 / FitpaySDK / 0.4.1 / FitpaySDK.podspec.json
blob90c33e2ab6a34076928b857ac37b434db02bbbe8
2   "name": "FitpaySDK",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "requires_arc": true,
7   "version": "0.4.1",
8   "license": "MIT",
9   "summary": "Swift based library for the Fitpay Platform",
10   "homepage": "https://github.com/fitpay/fitpay-ios-sdk",
11   "authors": {
12     "Fit Pay, Inc": "sdk@fit-pay.com"
13   },
14   "source": {
15     "git": "https://github.com/fitpay/fitpay-ios-sdk.git",
16     "tag": "v0.4.1"
17   },
18   "dependencies": {
19     "Alamofire": [
20       "~> 3.0"
21     ],
22     "ObjectMapper": [
23       "~> 1.3.0"
24     ],
25     "AlamofireObjectMapper": [
26       "~> 3.0.0"
27     ],
28     "JWTDecode": [
29       "~> 1.0.0"
30     ],
31     "libPusher": [
32       "~> 1.6.1"
33     ],
34     "KeychainAccess": [
35       "~> 2.3.4"
36     ],
37     "OpenSSL-Universal": [
38       "~> 1.0"
39     ]
40   },
41   "ios": {
42     "source_files": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework/**/*.h",
43     "public_header_files": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework/**/*.h",
44     "vendored_frameworks": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework",
45     "header_dir": "FitpaySDK"
46   }