blob: 35abb2149e43f0248aab3a1ed274e8fcbd5c8692 [file] [log] [blame]
{
"name": "UDIDSDK",
"version": "0.0.1",
"summary": "UDIDSDK.",
"description": "UDIDSDK UDIDSDK UDIDSDK",
"homepage": "https://gitee.com/rongzhixin/UDIDSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"飞鱼": "870027381@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/rongzhixin/UDIDSDK.git",
"tag": "0.0.1"
},
"source_files": "UDIDSDK/*.{h,m}",
"vendored_libraries": [
"UDIDSDK/OpenLibs/libjpeg.a",
"UDIDSDK/OpenLibs/libUDIDSDK.a"
],
"vendored_frameworks": "UDIDSDK/opencv2.framework",
"resources": "UDIDSDK/OpenLibs/Resource.bundle",
"frameworks": [
"CoreMedia",
"ImageIO",
"SystemConfiguration",
"CoreTelephony",
"AudioToolbox",
"AVFoundation",
"MobileCoreServices",
"CoreMotion"
],
"libraries": [
"c++",
"icucore"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ENABLE_BITCODE": "NO"
},
"requires_arc": true
}