blob: 7d17a91b2609567ce98f37e8dec39f7e2a8a6c3d [file] [log] [blame]
{
"name": "QTSDK",
"version": "1.0",
"summary": "快速添加链接文件",
"description": "- 快速添加链接文件,节约时间 方便管理",
"homepage": "https://github.com/CoderDwang/QTSDK",
"license": "MIT",
"authors": {
"Dwang": "coderdwang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderDwang/QTSDK.git",
"tag": "1.0"
},
"source_files": "QTSDK/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreAudio",
"CoreFoundation",
"CoreGraphics",
"CoreImage",
"CoreMedia",
"CoreMotion",
"CoreTelephony",
"CoreText",
"CoreVideo",
"GameController",
"OpenAL",
"OpenGLES",
"QuartzCore",
"MediaPlayer",
"SystemConfiguration"
],
"weak_frameworks": "UserNotifications",
"libraries": [
"c++",
"iconv",
"z",
"resolv"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libresolv"
}
}