blob: 62e6ba8f3e7559bd483111ff9b9df788eebd3523 [file] [log] [blame]
{
"name": "weex-dynamic",
"version": "0.12.8",
"summary": "WeexSDK Source .",
"description": "A framework for building Mobile cross-platform UI",
"homepage": "https://github.com/alibaba/weex",
"license": {
"type": "Copyright",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"cxfeng1": "cxfeng1@gmail.com",
"boboning": "ningli928@163.com",
"yangshengtao": "yangshengtao1314@163.com",
"kfeagle": "sunjjbobo@163.com",
"acton393": "zhangxing610321@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/myeveryheart/weex-dynamic.git",
"tag": "0.12.8"
},
"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"
],
"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"
],
"dependencies": {
"SocketRocket": [
]
},
"libraries": "stdc++"
}