[Add] BugsnagNetworkRequestPlugin 6.31.0
[CocoaPods.git] / Specs / 6 / 4 / f / GravtySDK / 4.2.1 / GravtySDK.podspec.json
blob1a7e04624c7e0178cfd43cb11ac8ba882e4c9e9f
2   "name": "GravtySDK",
3   "version": "4.2.1",
4   "summary": "Swift SDK for integration with Gravty Loyalty management system",
5   "dependencies": {
6     "Moya": [
7       "15.0.0"
8     ],
9     "SwiftKeychainWrapper": [
10       "4.0.1"
11     ],
12     "AnyCodable-FlightSchool": [
13       "0.6.5"
14     ]
15   },
16   "pod_target_xcconfig": {
17     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
18     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
23   },
24   "description": "Gravty SDK simplifies integration with Gravty API endpoints by providing wrapper methods to \nabstract out the API requests and response details. The response body is mapped to Swift Model \nobjects and returned in the completion handlers.",
25   "homepage": "https://github.com/BankofLoyal/GravtySDK",
26   "license": "MIT",
27   "authors": {
28     "Sandeep Pathak": "sandeep.pathak@lji.io"
29   },
30   "platforms": {
31     "ios": "11.0"
32   },
33   "source": {
34     "git": "https://github.com/BankofLoyal/GravtySDK.git",
35     "tag": "4.2.1"
36   },
37   "swift_versions": "5.6",
38   "vendored_frameworks": "GravtySDK.xcframework",
39   "swift_version": "5.6"