[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / e / 2 / YIM / 2.0.4 / YIM.podspec.json
blob9b980bebfbc4b6518366c73455e9c052f55ef7e5
2   "name": "YIM",
3   "version": "2.0.4",
4   "summary": "YIM for ios",
5   "description": "YIM for ios",
6   "homepage": "https://gitee.com/2425116357/YSDK/tree/main/YIM/Client/SDK/Ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "灵魂码师": "2425116357@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/2425116357/yim_ios.git",
16     "tag": "2.0.4"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "YIM/Classes/**/*.{h,m,swift}",
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
26   },
27   "dependencies": {
28     "ObjectBox": [
29       "~> 4.0.0"
30     ],
31     "AliyunOSSiOS": [
32       "~> 2.10.22"
33     ],
34     "Socket.IO-Client-Swift": [
35       "16.1.0"
36     ],
37     "Starscream": [
38       "4.0.6"
39     ],
40     "ULID.swift": [
41       "~> 1.2.0"
42     ],
43     "FYVideoCompressor": [
44       "~> 0.0.9"
45     ],
46     "WXImageCompress": [
47       "~> 0.1.3"
48     ],
49     "YPush": [
50       "~> 1.0.7"
51     ]
52   },
53   "script_phases": [
54     {
55       "name": "script_objectbox",
56       "script": "    if [[ -d \"$PODS_ROOT/YIM\" ]]; then\n      $PODS_ROOT/ObjectBox/generate_sources.sh -- --output \"$PODS_ROOT/YIM/YIM/Classes/YIMGeneratedDB.swift\" --model-json \"$PODS_ROOT/YIM/YIM/Classes/YIMGeneratedDB.json\" --no-statistics &&       echo $?\n      echo \"compile on release mode\"\n    else\n      {\n        $PODS_ROOT/ObjectBox/generate_sources.sh -- --output \"../../../SDK/Ios/YIM/Classes/YIMGeneratedDB.swift\" --model-json \"../../../SDK/Ios/YIM/Classes/YIMGeneratedDB.json\" --no-statistics &&         echo $?\n        echo \"compile on develop demo mode\"\n      } || {\n          $PODS_ROOT/ObjectBox/generate_sources.sh -- --output \"../../YIM/Classes/YIMGeneratedDB.swift\" --model-json \"../../YIM/Classes/YIMGeneratedDB.json\" --no-statistics &&           echo $?\n          echo \"compile on develop lib mode\"\n      }\n    fi\n",
57       "shell_path": "/bin/sh",
58       "execution_position": "before_compile"
59     }
60   ],
61   "swift_version": "5.0"