[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / d / 0 / EMSDK / 1.0.1 / EMSDK.podspec.json
bloba38fd442a0982cb9e1fb0997b4241c37522c6a60
2   "name": "EMSDK",
3   "summary": "Easy Mobile SDK",
4   "version": "1.0.1",
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": "1.0.1"
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": [
43           "1.0.4"
44         ],
45         "FDFullscreenPopGesture": [
46           "1.1"
47         ],
48         "YYCategories": [
49           "1.0.4"
50         ],
51         "MBProgressHUD": [
52           "1.2.0"
53         ],
54         "SAMKeychain": [
55           "1.5.3"
56         ],
57         "Reachability": [
58           "3.2"
59         ],
60         "AFNetworking": [
61           "4.0.0"
62         ],
63         "SDWebImage": [
64           "4.4.3"
65         ],
66         "IQKeyboardManager": [
67           "6.5.5"
68         ],
69         "Masonry": [
70           "1.1.0"
71         ]
72       }
73     },
74     {
75       "name": "Debug",
76       "vendored_frameworks": "Frameworks/Debug/*.framework",
77       "resources": "Frameworks/Debug/*.bundle",
78       "dependencies": {
79         "EMSDK/Core": [
81         ]
82       }
83     },
84     {
85       "name": "AppInfo",
86       "vendored_frameworks": "Frameworks/AppInfo/*.framework",
87       "dependencies": {
88         "EMSDK/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Scanner",
95       "vendored_frameworks": "Frameworks/Scanner/*.framework",
96       "dependencies": {
97         "LBXScan/LBXZXing": [
99         ],
100         "LBXScan/UI": [
102         ],
103         "EMSDK/Core": [
105         ]
106       },
107       "resources": [
108         "Frameworks/Scanner/*.bundle"
109       ]
110     },
111     {
112       "name": "FileTransfer",
113       "vendored_frameworks": "Frameworks/FileTransfer/*.framework",
114       "dependencies": {
115         "EMSDK/Core": [
117         ]
118       }
119     },
120     {
121       "name": "DocumentPreviewer",
122       "vendored_frameworks": "Frameworks/DocumentPreviewer/*.framework",
123       "dependencies": {
124         "EMSDK/Core": [
126         ]
127       }
128     },
129     {
130       "name": "Camera",
131       "vendored_frameworks": "Frameworks/Camera/*.framework",
132       "dependencies": {
133         "EMSDK/Core": [
135         ]
136       }
137     },
138     {
139       "name": "Modal",
140       "vendored_frameworks": "Frameworks/Modal/*.framework",
141       "dependencies": {
142         "EMSDK/Core": [
144         ]
145       }
146     },
147     {
148       "name": "DocumentPreviewer",
149       "vendored_frameworks": "Frameworks/DocumentPreviewer/*.framework",
150       "dependencies": {
151         "EMSDK/Core": [
153         ]
154       }
155     },
156     {
157       "name": "All",
158       "dependencies": {
159         "EMSDK/AppInfo": [
161         ],
162         "EMSDK/Scanner": [
164         ],
165         "EMSDK/FileTransfer": [
167         ],
168         "EMSDK/DocumentPreviewer": [
170         ],
171         "EMSDK/Camera": [
173         ],
174         "EMSDK/Modal": [
176         ]
177       }
178     }
179   ]