blob: 3ccb944cc4f0a33faa5d891c8ac6fc41d34dba1e [file] [log] [blame]
{
"name": "Mall-WeexSdk",
"version": "0.19.0.02",
"summary": "Mall WeexSDK Source .",
"description": "A framework for building Mobile cross-platform UI",
"homepage": "https://github.com/brahmapaytm/incubator-weex",
"license": {
"type": "Copyright",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"brahmapaytm": "brammanand.soni@paytmmall.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/brahmapaytm/incubator-weex.git",
"tag": "0.19.0.02"
},
"source_files": "ios/sdk/WeexSDK/Sources/**/*.{h,m,mm,c,cpp}",
"resources": [
"pre-build/*.js",
"ios/sdk/WeexSDK/Resources/wx_load_error@3x.png"
],
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/Mall-WeexSdk'"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"requires_arc": true,
"prefix_header_file": "ios/sdk/WeexSDK/Sources/Supporting Files/WeexSDK-Prefix.pch",
"private_header_files": [
"ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.h",
"ios/sdk/WeexSDK/Sources/Layout/WXScrollerComponent+Layout.h"
],
"xcconfig": {
"OTHER_LINK_FLAG": "$(inherited) -ObjC"
},
"frameworks": [
"CoreMedia",
"MediaPlayer",
"AVFoundation",
"AVKit",
"JavaScriptCore",
"GLKit",
"OpenGLES",
"CoreText",
"QuartzCore",
"CoreGraphics"
],
"libraries": "stdc++"
}