[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / f / GravtySDK / 1.5.18 / GravtySDK.podspec.json
bloba27a9146e2b1e46a366a242daad7bfebb8ae14c5
2   "name": "GravtySDK",
3   "version": "1.5.18",
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     "SwiftyJSON": [
16       "~> 4.2.0"
17     ],
18     "JWTDecode": [
19       "~> 2.2"
20     ],
21     "SwiftKeychainWrapper": [
23     ]
24   },
25   "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.",
26   "homepage": "https://github.com/BankofLoyal/GravtySDK",
27   "license": "MIT",
28   "authors": {
29     "Sandeep Pathak": "sandeep.pathak@lji.io"
30   },
31   "platforms": {
32     "ios": "9.0"
33   },
34   "source": {
35     "http": "https://github.com/BankofLoyal/GravtySDK/raw/master/GravtySDK.zip"
36   },
37   "swift_version": "4.2",
38   "ios": {
39     "vendored_frameworks": "GravtySDK.framework"
40   }