[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 0 / EMSDK / 0.0.6 / EMSDK.podspec.json
blobc71c6799d975cf8e7ba087472406fba3775a7e1b
2   "name": "EMSDK",
3   "summary": "Easy Mobile SDK",
4   "version": "0.0.6",
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.6"
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   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "*.{h,m}",
36       "resources": [
37         "Frameworks/*.bundle",
38         "Resources/**"
39       ],
40       "vendored_frameworks": "Frameworks/*.framework",
41       "dependencies": {
42         "YYCache": [
44         ],
45         "FDFullscreenPopGesture": [
47         ],
48         "YYCategories": [
50         ],
51         "MBProgressHUD": [
53         ],
54         "SAMKeychain": [
56         ],
57         "Reachability": [
59         ],
60         "AFNetworking": [
62         ],
63         "SDWebImage": [
65         ],
66         "IQKeyboardManager": [
68         ],
69         "Masonry": [
71         ]
72       }
73     },
74     {
75       "name": "AppInfo",
76       "vendored_frameworks": "Frameworks/AppInfo/*.framework",
77       "dependencies": {
78         "EMSDK/Core": [
80         ]
81       }
82     },
83     {
84       "name": "Scanner",
85       "vendored_frameworks": "Frameworks/Scanner/*.framework",
86       "dependencies": {
87         "LBXScan/LBXZXing": [
89         ],
90         "LBXScan/UI": [
92         ],
93         "EMSDK/Core": [
95         ]
96       },
97       "resources": [
98         "Frameworks/Scanner/*.bundle"
99       ]
100     },
101     {
102       "name": "FileTransfer",
103       "vendored_frameworks": "Frameworks/FileTransfer/*.framework",
104       "dependencies": {
105         "EMSDK/Core": [
107         ]
108       }
109     },
110     {
111       "name": "DocumentPreviewer",
112       "vendored_frameworks": "Frameworks/DocumentPreviewer/*.framework",
113       "dependencies": {
114         "EMSDK/Core": [
116         ]
117       }
118     },
119     {
120       "name": "All",
121       "dependencies": {
122         "EMSDK/AppInfo": [
124         ],
125         "EMSDK/Scanner": [
127         ],
128         "EMSDK/FileTransfer": [
130         ],
131         "EMSDK/DocumentPreviewer": [
133         ]
134       }
135     }
136   ]