[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 9 / MyWeex / 0.18.01 / MyWeex.podspec.json
blob7c9a40057069d6cc607e11d21931dc9dc2ba6568
2   "name": "MyWeex",
3   "version": "0.18.01",
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     "branch": "WeexSdk_0.18.0"
24   },
25   "source_files": "ios/sdk/WeexSDK/Sources/**/*.{h,m,mm,c,cpp}",
26   "resources": [
27     "pre-build/*.js",
28     "ios/sdk/WeexSDK/Resources/wx_load_error@3x.png"
29   ],
30   "user_target_xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "'$(PODS_ROOT)/WeexSDK'"
32   },
33   "requires_arc": true,
34   "prefix_header_file": "ios/sdk/WeexSDK/Sources/Supporting Files/WeexSDK-Prefix.pch",
35   "private_header_files": [
36     "ios/sdk/WeexSDK/Sources/Component/RecycleList/WXJSASTParser.h",
37     "ios/sdk/WeexSDK/Sources/Layout/WXScrollerComponent+Layout.h"
38   ],
39   "xcconfig": {
40     "OTHER_LINK_FLAG": "$(inherited) -ObjC"
41   },
42   "frameworks": [
43     "CoreMedia",
44     "MediaPlayer",
45     "AVFoundation",
46     "AVKit",
47     "JavaScriptCore",
48     "GLKit",
49     "OpenGLES",
50     "CoreText",
51     "QuartzCore",
52     "CoreGraphics"
53   ],
54   "libraries": "stdc++"