[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / b / c / 2 / WebSDK / 8.10 / WebSDK.podspec.json
blob86c5f1dd970640f40deaf1f5778d0a1242d3301a
2   "name": "WebSDK",
3   "version": "8.10",
4   "summary": "iOS library for interact JS.",
5   "description": "this is a iOS library for JS, default include JS function:(zs.share,detail,bleEnable,openCamera,closeCamera,startSearchBeacons,stopSearchBeacons,default),For custom function use (zs.call(JSON.stringify({'action':'YourActionName','data':'dataStringOrObj','callback':'jsWindowCallbackFuncName','delete':false})));",
6   "homepage": "https://github.com/thomashooo/WebSDK",
7   "license": "MIT",
8   "authors": {
9     "thomasho": "thomashooo@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/thomashooo/WebSDK.git",
16     "tag": "8.10"
17   },
18   "source_files": [
19     "Classes",
20     "WebSDK.h"
21   ],
22   "exclude_files": [
23     "Classes/Exclude"
24   ],
25   "preserve_paths": "libWebSDK.a",
26   "vendored_libraries": "libWebSDK.a",
27   "frameworks": [
28     "WebKit",
29     "CoreLocation"
30   ],
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)"
33   },
34   "pod_target_xcconfig": {
35     "VALID_ARCHS": "armv7 x86_64 arm64"
36   }