blob: 2517e28f409ea82bc4a3d65af8f518d7d2b3800b [file] [log] [blame]
{
"name": "WZScanQrcode",
"version": "2.0.1",
"summary": "WZScanQrcode 二维码扫一扫.",
"description": "模仿各种二维码扫一扫的Demo.",
"homepage": "https://github.com/WZLYiOS/WZScanQrcode",
"license": "MIT",
"authors": {
"xiaobin liu": "327847390@qq.com"
},
"source": {
"git": "https://github.com/WZLYiOS/WZScanQrcode.git",
"tag": "2.0.1"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Source",
"subspecs": [
{
"name": "Source",
"frameworks": "AssetsLibrary",
"source_files": [
"WZScanQrcode/Classes/Controller/",
"WZScanQrcode/Classes/Model/",
"WZScanQrcode/Classes/View/",
"UIKit"
]
},
{
"name": "Binary",
"vendored_frameworks": "Carthage/Build/iOS/Static/WZScanQrcode.framework",
"user_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)"
}
}
],
"swift_version": "5.0"
}