[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 6 / f / 9 / MyWeex / 0.18.0 / MyWeex.podspec.json
blob6e463784c266ce62ca38020b501828e12f61cde4
2   "name": "MyWeex",
3   "version": "0.18.0",
4   "summary": "WeexSDK Source .",
5   "description": "A framework for building Mobile cross-platform UI",
6   "homepage": "https://github.com/BrammanandSoni/",
7   "license": {
8     "type": "Copyright",
9     "text": "Alibaba-INC copyright\n"
10   },
11   "authors": {
12     "cxfeng1": "cxfeng1@gmail.com",
13     "boboning": "ningli928@163.com",
14     "yangshengtao": "yangshengtao1314@163.com",
15     "kfeagle": "sunjjbobo@163.com",
16     "acton393": "zhangxing610321@gmail.com"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source": {
22     "git": "https://github.com/BrammanandSoni/incubator-weex.git"
23   },
24   "source_files": "ios/sdk/WeexSDK/Sources/**/*.{h,m,mm,c,cpp}",
25   "resources": [
26     "pre-build/*.js",
27     "ios/sdk/WeexSDK/Resources/wx_load_error@3x.png"
28   ],
29   "user_target_xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/WeexSDK'"
31   },
32   "requires_arc": true,
33   "prefix_header_file": "ios/sdk/WeexSDK/Sources/Supporting Files/WeexSDK-Prefix.pch",
34   "private_header_files": [
35     "ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.h",
36     "ios/sdk/WeexSDK/Sources/Layout/WXScrollerComponent+Layout.h"
37   ],
38   "xcconfig": {
39     "OTHER_LINK_FLAG": "$(inherited) -ObjC"
40   },
41   "frameworks": [
42     "CoreMedia",
43     "MediaPlayer",
44     "AVFoundation",
45     "AVKit",
46     "JavaScriptCore",
47     "GLKit",
48     "OpenGLES",
49     "CoreText",
50     "QuartzCore",
51     "CoreGraphics"
52   ],
53   "libraries": "stdc++"