[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / c / 1 / d / FavIcon / 3.0.2 / FavIcon.podspec.json
blob944c6ade007e755e6c728dc7e0c7bb3aa3a6157d
2   "name": "FavIcon",
3   "version": "3.0.2",
4   "summary": "A library for downloading website icons",
5   "homepage": "https://github.com/leonbreedt/FavIcon",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Leon Breedt": "leon@sector42.io"
12   },
13   "source": {
14     "git": "https://github.com/leonbreedt/FavIcon.git",
15     "tag": "3.0.2"
16   },
17   "source_files": "Sources/**/*.swift",
18   "preserve_paths": [
19     "Sources/Clibxml2/*",
20     "Support/*.sh"
21   ],
22   "script_phases": {
23     "name": "Generate ModuleMap",
24     "script": "bash $PODS_TARGET_SRCROOT/Support/Generate-ModuleMap.sh $PODS_TARGET_SRCROOT/Sources/Clibxml2/module.modulemap",
25     "execution_position": "before_compile"
26   },
27   "platforms": {
28     "ios": "9.0",
29     "osx": "10.10",
30     "tvos": "9.0",
31     "watchos": "2.0"
32   },
33   "requires_arc": true,
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "4.0",
36     "SWIFT_WHOLE_MODULE_OPTIMIZATION": "YES"
37   },
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
40     "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/Clibxml2"
41   }