blob: 408a33b20f240a8ffcab4abcc9334b176e688ae6 [file] [log] [blame]
{
"name": "CenariusWeexSDK",
"version": "0.15.0.5",
"summary": "WeexSDK Source .",
"description": "A framework for building Mobile cross-platform UI",
"homepage": "https://github.com/alibaba/weex",
"license": "MIT",
"authors": {
"M": "myeveryheart@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/macula-projects/cenarius-weex.git",
"tag": "0.15.0.5"
},
"source_files": "ios/sdk/WeexSDK/Sources/**/*.{h,m,mm,c}",
"resources": [
"pre-build/native-bundle-main.js",
"ios/sdk/WeexSDK/Resources/wx_load_error@3x.png"
],
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/WeexSDK'"
},
"requires_arc": true,
"prefix_header_file": "ios/sdk/WeexSDK/Sources/Supporting Files/WeexSDK-Prefix.pch",
"xcconfig": {
"OTHER_LINK_FLAG": "$(inherited) -ObjC"
},
"frameworks": [
"CoreMedia",
"MediaPlayer",
"AVFoundation",
"AVKit",
"JavaScriptCore",
"GLKit",
"OpenGLES",
"CoreText",
"QuartzCore",
"CoreGraphics"
],
"dependencies": {
"SocketRocket": [
]
},
"libraries": "stdc++"
}