[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / 0 / 1 / 2 / ShopLive / 0.8.1 / ShopLive.podspec.json
blobac96a8138b3d49ae81cb8ecd0d707c89e1d7e3db
2   "name": "ShopLive",
3   "version": "0.8.1",
4   "summary": "ShopLive SDK for iOS",
5   "homepage": "http://shoplive.cloud",
6   "source": {
7     "git": "https://github.com/shoplive/ios-sdk.git",
8     "tag": "0.8.1"
9   },
10   "license": {
11     "type": "Copyright",
12     "text": "                 Copyright 2021\n                 Permission is granted to...\n"
13   },
14   "authors": {
15     "Shoplive": "shoplive-eng@shoplive.cloud"
16   },
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "platforms": {
21     "ios": "13.0"
22   },
23   "swift_versions": "5",
24   "ios": {
25     "frameworks": [
26       "CallKit",
27       "SafariServices"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Support_iOS_MIN_13",
33       "platforms": {
34         "ios": "13.0"
35       },
36       "vendored_frameworks": "Frameworks/iOS_MIN_13/ShopLiveSDK_MinVer13.xcframework"
37     },
38     {
39       "name": "Support_iOS_MIN_11",
40       "platforms": {
41         "ios": "11.0"
42       },
43       "vendored_frameworks": "Frameworks/iOS_MIN_11/ShopLiveSDK_MinVer11.xcframework",
44       "dependencies": {
45         "RxCocoa": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5"