[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / 7 / RBS / 1.0.1 / RBS.podspec.json
blobcd88287258562ced97622caf783377707098a834
2   "name": "RBS",
3   "version": "1.0.1",
4   "summary": "RBS iOS SDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/rettersoft/rbs-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "baranbaygan": "baran@rettermobile.com"
13   },
14   "source": {
15     "git": "https://github.com/rettersoft/rbs-ios-sdk.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RBS/Classes/**/*",
22   "user_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "pod_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "static_framework": true,
29   "dependencies": {
30     "Moya": [
31       "~> 14.0"
32     ],
33     "Alamofire": [
34       "~> 5.2"
35     ],
36     "ObjectMapper": [
37       "~> 3.4"
38     ],
39     "KeychainSwift": [
40       "~> 19.0"
41     ],
42     "JWTDecode": [
43       "~> 2.4"
44     ],
45     "TrustKit": [
47     ],
48     "Firebase": [
50     ],
51     "Firebase/Firestore": [
53     ],
54     "FirebaseFirestoreSwift": [
56     ],
57     "Firebase/Auth": [
59     ]
60   }