[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / c / d / ELBrowser / 1.0.2 / ELBrowser.podspec.json
blob69a6460515615ae06f5156f30b7a0789a699c66f
2   "name": "ELBrowser",
3   "version": "1.0.2",
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": "1.0.2"
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       "~> 4.0"
30     ],
31     "SDWebImage/GIF": [
33     ]
34   },
35   "xcconfig": {
36     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/Headers/Private/ELBrowser/",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "pod_target_xcconfig": {
40     "OTHER_LDFLAGS": "-all_load"
41   }