[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 3 / d / 0 / EMSDK / 0.0.2 / EMSDK.podspec.json
blobbf9dbc1897c340cf235f087e1969f7e86b5087f5
2   "name": "EMSDK",
3   "summary": "Easy Mobile SDK",
4   "version": "0.0.2",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "description": "Easy Mobile SDK",
10   "homepage": "https://www.yd-mobile.cn",
11   "authors": {
12     "徐畅": "xuchang@supcon.com"
13   },
14   "source": {
15     "git": "https://github.com/team-ezm/EMSDK.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "pod_target_xcconfig": {
24     "ENABLE_BITCODE": "NO",
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "user_target_xcconfig": {
28     "ENABLE_BITCODE": "NO",
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "source_files": "*.{h,m}",
32   "resources": [
33     "Frameworks/*.bundle",
34     "Resources/**"
35   ],
36   "vendored_frameworks": "Frameworks/*.framework",
37   "dependencies": {
38     "YYCache": [
39       "1.0.4"
40     ],
41     "FDFullscreenPopGesture": [
42       "1.1"
43     ],
44     "YYCategories": [
45       "1.0.4"
46     ],
47     "MBProgressHUD": [
48       "1.2.0"
49     ],
50     "BlocksKit": [
51       "2.2.5"
52     ],
53     "SAMKeychain": [
54       "1.5.3"
55     ],
56     "Reachability": [
57       "3.2"
58     ],
59     "AFNetworking": [
60       "4.0.0"
61     ],
62     "SDWebImage": [
63       "5.11.1"
64     ],
65     "IQKeyboardManager": [
66       "6.5.5"
67     ],
68     "Masonry": [
69       "1.1.0"
70     ]
71   },
72   "subspecs": [
73     {
74       "name": "AppInfo",
75       "vendored_frameworks": "Frameworks/AppInfo/*.framework"
76     },
77     {
78       "name": "Scanner",
79       "vendored_frameworks": "Frameworks/Scanner/*.framework",
80       "dependencies": {
81         "LBXScan/LBXZXing": [
83         ],
84         "LBXScan/UI": [
86         ]
87       },
88       "resources": [
89         "Frameworks/Scanner/*.bundle"
90       ]
91     },
92     {
93       "name": "FileTransfer",
94       "vendored_frameworks": "Frameworks/FileTransfer/*.framework"
95     },
96     {
97       "name": "NavigatorBar",
98       "vendored_frameworks": "Frameworks/NavigatorBar/*.framework"
99     },
100     {
101       "name": "DocumentPreviewer",
102       "vendored_frameworks": "Frameworks/DocumentPreviewer/*.framework"
103     }
104   ]