[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 3 / d / PLVWebViewSDK / 3.1.1 / PLVWebViewSDK.podspec.json
blobbead142e1ecad0c32fd430f836cedc98d47ce699
2   "name": "PLVWebViewSDK",
3   "version": "3.1.1",
4   "summary": "保利威 iOS WebView 项目 SDK.",
5   "homepage": "https://github.com/polyv/polyv-ios-webview-demo",
6   "license": "MIT",
7   "authors": {
8     "pyf": "pengyunfei@polyv.net"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "http": "https://repo.polyv.net/ios/download/PLVWebViewSDK/PLVWebViewSDK_3.1.1-240605.zip"
15   },
16   "requires_arc": true,
17   "pod_target_xcconfig": {
18     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
19   },
20   "default_subspecs": "Core",
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "vendored_frameworks": "PLVWebViewSDK.framework",
28       "dependencies": {
29         "MJRefresh": [
30           "~> 3.5.0"
31         ]
32       }
33     }
34   ]