blob: a2045e07ed4ab13c4b997894bd443e9505cc539a [file] [log] [blame]
{
"name": "DCUniBaseLibrary",
"version": "0.0.1",
"summary": "Base Dependencies",
"description": "The base dependencies for running the uni-app project.",
"homepage": "https://github.com/xiaohuapunk/DCUniBaseLibrary",
"license": {
"type": "MIT"
},
"authors": {
"XHY": "xionghuayu@dcloud.io"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xiaohuapunk/DCUniBaseLibrary.git",
"tag": "0.0.1"
},
"source_files": "Headers",
"public_header_files": "Headers/**/*.h",
"resources": "Resources/*.*",
"frameworks": [
"JavaScriptCore",
"CoreMedia",
"MediaPlayer",
"AVFoundation",
"AVKit",
"GLKit",
"OpenGLES",
"CoreText",
"QuartzCore",
"CoreGraphics",
"QuickLook",
"CoreTelephony",
"AssetsLibrary",
"CoreLocation",
"AddressBook"
],
"libraries": "c++",
"vendored_libraries": "Libs/*.{a}",
"vendored_frameworks": "Libs/*.{framework}",
"xcconfig": {
"OTHER_LINK_FLAG": "$(inherited) -ObjC"
}
}