[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 4 / f / GravtySDK / 4.1.6 / GravtySDK.podspec.json
blob35f4ea67432b9a2b97b798e0d2d0d88350f09162
2   "name": "GravtySDK",
3   "version": "4.1.6",
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.1.6"
36   },
37   "swift_versions": "5.6",
38   "vendored_frameworks": "GravtySDK.xcframework",
39   "swift_version": "5.6"