[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 8 / WZScanQrcode / 2.0.1 / WZScanQrcode.podspec.json
blob2517e28f409ea82bc4a3d65af8f518d7d2b3800b
2   "name": "WZScanQrcode",
3   "version": "2.0.1",
4   "summary": "WZScanQrcode 二维码扫一扫.",
5   "description": "模仿各种二维码扫一扫的Demo.",
6   "homepage": "https://github.com/WZLYiOS/WZScanQrcode",
7   "license": "MIT",
8   "authors": {
9     "xiaobin liu": "327847390@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/WZLYiOS/WZScanQrcode.git",
13     "tag": "2.0.1"
14   },
15   "requires_arc": true,
16   "static_framework": true,
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Source",
22   "subspecs": [
23     {
24       "name": "Source",
25       "frameworks": "AssetsLibrary",
26       "source_files": [
27         "WZScanQrcode/Classes/Controller/",
28         "WZScanQrcode/Classes/Model/",
29         "WZScanQrcode/Classes/View/",
30         "UIKit"
31       ]
32     },
33     {
34       "name": "Binary",
35       "vendored_frameworks": "Carthage/Build/iOS/Static/WZScanQrcode.framework",
36       "user_target_xcconfig": {
37         "LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
38       }
39     }
40   ],
41   "swift_version": "5.0"