[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / c / d / ELBrowser / 2.0.0 / ELBrowser.podspec.json
blob5fda5be6c694c4005ae1fb4d27b0aa4b6e1f9d41
2   "name": "ELBrowser",
3   "version": "2.0.0",
4   "summary": "图片浏览器",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LifeForLove/ELBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LifeForLove": "getElementByYou@163.com"
13   },
14   "source": {
15     "git": "https://github.com/LifeForLove/ELBrowser.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ELBrowser/Classes/**/*",
22   "resource_bundles": {
23     "ELBrowser": [
24       "ELBrowser/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "SDWebImage": [
29       "~> 5.6.0"
30     ]
31   },
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/Private/ELBrowser/",
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35   },
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-all_load"
38   }