[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 6 / 4 / f / GravtySDK / 1.5.7 / GravtySDK.podspec.json
blob100bdd162a5470728631a08d2c68980b4b349de7
2   "name": "GravtySDK",
3   "version": "1.5.7",
4   "summary": "Swift SDK for integration with Gravty Loyalty management system",
5   "dependencies": {
6     "Moya": [
8     ],
9     "Moya-SwiftyJSONMapper": [
10       "~> 3.0.0"
11     ],
12     "RealmSwift": [
14     ]
15   },
16   "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.",
17   "homepage": "https://github.com/BankofLoyal/GravtySDK",
18   "license": "MIT",
19   "authors": {
20     "Sandeep Pathak": "sandeep.pathak@lji.io"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "source": {
26     "http": "https://github.com/BankofLoyal/GravtySDK/raw/master/GravtySDK.zip"
27   },
28   "swift_version": "4.2",
29   "ios": {
30     "vendored_frameworks": "GravtySDK.framework"
31   }